We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7256369 commit 9a5b8ecCopy full SHA for 9a5b8ec
MotionKit.podspec
@@ -0,0 +1,16 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'MotionKit'
3
+ s.version = '0.5'
4
+ s.license = 'MIT'
5
+ s.summary = 'CoreMotion Made insanely simple'
6
+ s.homepage = 'https://github.com/MHaroonBaig/MotionKit'
7
+ s.social_media_url = 'https://twitter.com/PyBaig'
8
+ s.authors = { 'Haroon Baig' => 'haroon.prog@gmail.com' }
9
+ s.source = { :git => 'https://github.com/MHaroonBaig/MotionKit.git', :tag => s.version }
10
+
11
+ s.ios.deployment_target = '8.0'
12
13
+ s.source_files = 'MotionKit/*.swift'
14
15
+ s.requires_arc = true
16
+end
0 commit comments