Skip to content

Commit 9a5b8ec

Browse files
committed
Testing CocoaPods
1 parent 7256369 commit 9a5b8ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

MotionKit.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)