1 Star 0 Fork 0

王路/FSCalendar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FSCalendar.podspec 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
WenchaoD 提交于 2019-12-05 10:10 . Change version number to 2.8.1
Pod::Spec.new do |s|
s.name = "FSCalendar"
s.version = "2.8.1"
s.summary = "A superiorly awesome iOS7+ calendar control, compatible with Objective-C and Swift."
s.homepage = "https://github.com/WenchaoD/FSCalendar"
s.screenshots = "https://cloud.githubusercontent.com/assets/5186464/10262249/4fabae40-69f2-11e5-97ab-afbacd0a3da2.jpg"
s.license = 'MIT'
s.author = { "Wenchao Ding" => "[email protected]" }
s.source = { :git => "https://github.com/WenchaoD/FSCalendar.git", :tag => s.version.to_s }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.framework = 'UIKit', 'QuartzCore'
s.source_files = 'FSCalendar/*.{h,m}'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iOS_wanglu/FSCalendar.git
[email protected]:iOS_wanglu/FSCalendar.git
iOS_wanglu
FSCalendar
FSCalendar
master

搜索帮助