1 Star 0 Fork 0

micropoints/YYKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
YYKit.podspec 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
ibireme 提交于 2016-09-13 23:47 . rollback to old commit
Pod::Spec.new do |s|
s.name = 'YYKit'
s.summary = 'A collection of iOS components.'
s.version = '1.0.9'
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/YYKit'
s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
s.source = { :git => 'https://github.com/ibireme/YYKit.git', :tag => s.version.to_s }
s.requires_arc = true
s.source_files = 'YYKit/**/*.{h,m}'
s.public_header_files = 'YYKit/**/*.{h}'
non_arc_files = 'YYKit/Base/Foundation/NSObject+YYAddForARC.{h,m}', 'YYKit/Base/Foundation/NSThread+YYAdd.{h,m}'
s.ios.exclude_files = non_arc_files
s.subspec 'no-arc' do |sna|
sna.requires_arc = false
sna.source_files = non_arc_files
end
s.libraries = 'z', 'sqlite3'
s.frameworks = 'UIKit', 'CoreFoundation', 'CoreText', 'CoreGraphics', 'CoreImage', 'QuartzCore', 'ImageIO', 'AssetsLibrary', 'Accelerate', 'MobileCoreServices', 'SystemConfiguration'
s.ios.vendored_frameworks = 'Vendor/WebP.framework'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/micropoints/YYKit.git
[email protected]:micropoints/YYKit.git
micropoints
YYKit
YYKit
master

搜索帮助