forked from MHaroonBaig/MotionKit
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMotionKit.podspec
More file actions
Latest commit
16 lines (13 loc) · 498 Bytes
/
Copy pathMotionKit.podspec
File metadata and controls
16 lines (13 loc) · 498 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name='MotionKit'
s.version='0.8.1'
s.license='MIT'
s.summary='CoreMotion Made insanely simple'
s.homepage='https://github.com/MHaroonBaig/MotionKit'
s.social_media_url='https://twitter.com/PyBaig'
s.authors={'Haroon Baig'=>'haroon.prog@gmail.com'}
s.source={:git=>'https://github.com/MHaroonBaig/MotionKit.git',:tag=>s.version}
s.ios.deployment_target='8.0'
s.source_files='MotionKit/*.swift'
s.requires_arc=true
end