1 Star 0 Fork 0

Hoa/FSPagerView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FSPagerView.podspec 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hoa 提交于 2021-06-04 17:27 +08:00 . Fr
Pod::Spec.new do |s|
s.name = "FSPagerView"
s.version = "0.8.3"
s.summary = "FSPagerView is an elegant Screen Slide Library for making Banner、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders."
s.homepage = "https://github.com/WenchaoD/FSPagerView"
s.screenshots = "https://cloud.githubusercontent.com/assets/5186464/22686432/19b567f8-ed5f-11e6-885d-bd660c98b507.gif"
s.license = 'MIT'
s.author = { "Wenchao Ding" => "f33chobits@gmail.com" }
s.source = { :git => "https://github.com/WenchaoD/FSPagerView.git", :tag => s.version.to_s }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.framework = 'UIKit'
s.source_files = 'Sources/*.{swift,h,m}'
s.swift_version = '5.0'
s.cocoapods_version = '>= 1.4.0'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zero-time/FSPagerView.git
git@gitee.com:zero-time/FSPagerView.git
zero-time
FSPagerView
FSPagerView
master

搜索帮助