1 Star 0 Fork 0

黑色队长/YYModel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
YYModel.podspec 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
黑色队长 提交于 2023-08-03 15:52 . modify: 版本号1.0.6
Pod::Spec.new do |s|
s.name = 'YYModel'
s.summary = 'High performance model framework for iOS/OSX.'
s.version = '1.0.6'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/hidden_group/YYModel.git
git@gitee.com:hidden_group/YYModel.git
hidden_group
YYModel
YYModel
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385