Pod::Spec.new do |s|s.name = 'TPKit's.version = '1.0's.summary = 'OC基础库's.homepage = 'http://git.oschina.net/TPSpace's.license = { :type => 'MIT', :file => 'LICENSE' }s.author = { 'PengTao' => 'tpengtt@sina.com' }s.source = { :git => 'https://git.oschina.net/TPSpace/TPKit.git', :tag => "#{s.version}" }s.ios.deployment_target = '7.0's.osx.deployment_target = '10.9's.tvos.deployment_target = '9.0's.watchos.deployment_target = '2.0's.requires_arc = trues.source_files = 'TPKit/TPKit.h's.public_header_files = 'TPKit/TPKit.h's.subspec 'BaseCategory' do |ss|ss.source_files = 'TPKit/BaseCategory/*.{h,m}'ss.public_header_files = 'TPKit/BaseCategory/*.h'ss.xcconfig = { 'OTHER_LINKER_FLAGS' => '-ObjC' }ends.subspec 'UIKitCategory' do |ss|ss.ios.deployment_target = '7.0'ss.tvos.deployment_target = '9.0'ss.watchos.deployment_target = '2.0'ss.source_files = 'TPKit/UIKitCategory/*.{h,m}'ss.public_header_files = 'TPKit/UIKitCategory/*.h'ss.xcconfig = { 'OTHER_LINKER_FLAGS' => '-ObjC' }ends.subspec 'QuartzCoreCategory' do |ss|ss.ios.deployment_target = '7.0'ss.osx.deployment_target = '10.9'ss.tvos.deployment_target = '9.0'ss.source_files = 'TPKit/QuartzCoreCategory/*.{h,m}'ss.public_header_files = 'TPKit/QuartzCoreCategory/*.h'ss.xcconfig = { 'OTHER_LINKER_FLAGS' => '-ObjC' }ends.subspec 'Utils' do |ss|ss.source_files = 'TPKit/Utils/*.{h,m}'ss.osx.exclude_files = 'TPKit/Utils/TPKeyboardMonitor.{h,m}'ss.tvos.exclude_files = 'TPKit/Utils/TPKeyboardMonitor.{h,m}'ss.watchos.exclude_files = 'TPKit/Utils/TPKeyboardMonitor.{h,m}'ss.public_header_files = 'TPKit/Utils/*.h'ss.xcconfig = { 'OTHER_LINKER_FLAGS' => '-ObjC' }endend
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。