forked from BeHappyCoder/XMGStatusBarHUD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXMGStatusBarHUD.podspec
More file actions
14 lines (14 loc) · 867 Bytes
/
XMGStatusBarHUD.podspec
File metadata and controls
14 lines (14 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |spec|
spec.name = 'XMGStatusBarHUD'
spec.version = '0.0.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/facebook/pop'
spec.authors = { 'Kimon Tsinteris' => 'kimon@mac.com' }
spec.summary = 'Extensible animation framework for iOS and OS X.'
spec.source = { :git => 'https://github.com/CoderXiaomage/XMGStatusBarHUD.git', :tag => '0.0.0' }
spec.source_files = 'XMGStatusBarHUD/*.{h,m}'
spec.public_header_files = 'pop/{POP,POPAnimatableProperty,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation}.h'
spec.requires_arc = true
spec.ios.deployment_target = '6.0'
spec.osx.deployment_target = '10.7'
end