Ai
4 Star 9 Fork 4

Casper/LLCycleScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LLCycleScrollView.podspec 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Casper 提交于 2017-05-09 14:46 +08:00 . 修复StoryBoard在部分设备显示问题
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/dalton_lv/LLCycleScrollView.git
git@gitee.com:dalton_lv/LLCycleScrollView.git
dalton_lv
LLCycleScrollView
LLCycleScrollView
master

搜索帮助