- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSAnimations.podspec
More file actions
Latest commit
executable file
·20 lines (17 loc) · 715 Bytes
/
Copy pathCSAnimations.podspec
File metadata and controls
executable file
·20 lines (17 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name='CSAnimations'
s.summary='Animations for iOS.'
s.version='1.0.2'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.authors={'CoderXSLee'=>'1363852560@qq.com'}
# s.social_media_url = 'http://blog.ibireme.com'
s.homepage='https://github.com/CoderXSLee/CSAnimations'
s.platform=:ios,'7.0'
s.ios.deployment_target='7.0'
s.source={:git=>'https://github.com/CoderXSLee/CSAnimations.git',:tag=>s.version.to_s}
s.requires_arc=true
s.source_files='CSAnimations/*.{h,m}'
s.public_header_files='CSAnimations/*.{h}'
s.frameworks='UIKit','CoreGraphics'
# s.dependency '', '~> *.*.*'
end