Prechádzať zdrojové kódy

[Add] YYModel (1.0.4)

xcbosa mbp16 2 rokov pred
rodič
commit
1cb4f07d10
1 zmenil súbory, kde vykonal 23 pridanie a 0 odobranie
  1. 23 0
      YYModel/1.0.4/YYModel.podspec

+ 23 - 0
YYModel/1.0.4/YYModel.podspec

@@ -0,0 +1,23 @@
+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' => 'ibireme@gmail.com' }
+  s.social_media_url = 'http://blog.ibireme.com'
+  s.homepage     = 'https://git.forgetive.org/XCAppCollection/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://git.forgetive.org/XCAppCollection/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