Ver código fonte

[Add] pop (1.0.11)

xcbosa mbp16 5 meses atrás
pai
commit
07f9ba7647
1 arquivos alterados com 21 adições e 0 exclusões
  1. 21 0
      pop/1.0.11/pop.podspec

+ 21 - 0
pop/1.0.11/pop.podspec

@@ -0,0 +1,21 @@
+Pod::Spec.new do |spec|
+  spec.name         = 'pop'
+  spec.version      = '1.0.11'
+  spec.license      =  { :type => 'BSD' }
+  spec.homepage     = 'https://git.forgetive.org'
+  spec.authors      = { 'Kimon Tsinteris' => 'kimon@mac.com' }
+  spec.summary      = 'Extensible animation framework for iOS and OS X.'
+  spec.source       = { :git => 'https://git.forgetive.org/XCAppCollection/pop.git', :tag => '1.0.11' }
+  spec.source_files = 'pop/**/*.{h,m,mm,cpp}'
+  spec.public_header_files = 'pop/{POP,POPAnimatableProperty,POPAnimatablePropertyTypes,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation,POPVector}.h'
+  spec.requires_arc = true
+  spec.social_media_url = 'https://git.forgetive.org'
+  spec.library = 'c++'
+  spec.pod_target_xcconfig = {
+       'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
+       'CLANG_CXX_LIBRARY' => 'libc++'
+  }
+  spec.ios.deployment_target = '8.0'
+  spec.osx.deployment_target = '10.8'
+  spec.tvos.deployment_target = '9.0'
+end