1 Star 0 Fork 0

夏天的西瓜/YYModel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
YYModel.podspec 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
ibireme 提交于 2016-06-14 00:08 . bumping the version to 1.0.4
Pod::Spec.new do |s|
s.name = 'YYModel'
s.summary = 'High performance model framework for iOS/OSX.'
s.version = '1.0.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ibireme' => '[email protected]' }
s.social_media_url = 'http://blog.ibireme.com'
s.homepage = 'https://github.com/ibireme/YYModel'
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.7'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/ibireme/YYModel.git', :tag => s.version.to_s }
s.requires_arc = true
s.source_files = 'YYModel/*.{h,m}'
s.public_header_files = 'YYModel/*.{h}'
s.frameworks = 'Foundation', 'CoreFoundation'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrxir/YYModel.git
[email protected]:mrxir/YYModel.git
mrxir
YYModel
YYModel
master

搜索帮助