1 Star 0 Fork 0

my0909/ZLSwipeableViewSwift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ZLSwipeableViewSwift.podspec 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "ZLSwipeableViewSwift"
s.version = "0.0.9"
s.summary = "A simple view for building card like interface like Tinder and Potluck."
s.description = <<-DESC
ZLSwipeableViewSwift is a simple view for building card like interface like Tinder and Potluck.
DESC
s.homepage = "https://github.com/zhxnlai/ZLSwipeableViewSwift"
s.screenshots = "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/animation.gif", "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/swipe.gif", "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/direction.gif", "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Zhixuan Lai" => "zhxnlai@gmail.com" }
s.social_media_url = "http://twitter.com/ZhixuanLai"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.9" }
s.source_files = "ZLSwipeableViewSwift/*.swift"
s.framework = "UIKit"
s.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/mk0909/ZLSwipeableViewSwift.git
git@gitee.com:mk0909/ZLSwipeableViewSwift.git
mk0909
ZLSwipeableViewSwift
ZLSwipeableViewSwift
master

搜索帮助