We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2678ce5 commit 75b51e8Copy full SHA for 75b51e8
PullUpController.podspec
@@ -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