forked from MengTo/Spring
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpring.podspec
More file actions
Latest commit
13 lines (13 loc) · 491 Bytes
/
Copy pathSpring.podspec
File metadata and controls
13 lines (13 loc) · 491 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='Spring'
s.version='1.0.5'
s.license='MIT'
s.summary='A library to simplify iOS animations in Swift.'
s.homepage='https://github.com/MengTo/Spring'
s.authors={'Meng To'=>'meng@designcode.io'}
s.source={:git=>'https://github.com/MengTo/Spring.git',:tag=>s.version.to_s}
s.requires_arc=true
s.ios.deployment_target='8.0'
s.source_files='Spring/*.swift'
s.resources=['Spring/*.xib','SpringApp/*.xcassets']
end