4 Star 5 Fork 4

Casper / LLCycleScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LLCycleScrollView.podspec 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "LLCycleScrollView"
s.version = "1.3.0"
s.summary = "几行代码实现轮播图Swift3"
s.homepage = "https://github.com/LvJianfeng/LLCycleScrollView"
s.license = "MIT"
s.author = { "LvJianfeng" => "coderjianfeng@foxmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/LvJianfeng/LLCycleScrollView.git", :tag => "#{s.version}" }
s.source_files = "Lib/LLCycleScrollView/**/*.{swift}"
s.resource = "Lib/LLCycleScrollView.bundle"
s.dependency 'Kingfisher'
s.requires_arc = true
end
Swift
1
https://gitee.com/dalton_lv/LLCycleScrollView.git
git@gitee.com:dalton_lv/LLCycleScrollView.git
dalton_lv
LLCycleScrollView
LLCycleScrollView
master

搜索帮助