Skip to content

Commit 75b51e8

Browse files
committed
Add podspec file
1 parent 2678ce5 commit 75b51e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

PullUpController.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'PullUpController'
3+
s.version = '0.1.0'
4+
s.summary = 'Pull up controller with multiple sticky points like in iOS Maps.'
5+
s.homepage = 'https://github.com/MarioIannotta/PullUpController'
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { 'Mario Iannotta' => 'info@marioiannotta.com' }
8+
s.source = { :git => 'https://github.com/MarioIannotta/PullUpController.git', :tag => s.version.to_s }
9+
s.ios.deployment_target = '9.0'
10+
s.source_files = 'PullUpController/*.swift'
11+
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
12+
end

0 commit comments

Comments
 (0)