* updated pods

* added `Observable` pod as dependency for `GradientLoadingBar`
This commit is contained in:
Felix Mau
2018-08-18 13:22:34 +02:00
parent c3edaa0a0a
commit ed722cb70d
32 changed files with 837 additions and 236 deletions
+3 -1
View File
@@ -27,7 +27,7 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Felix Mau' => 'contact@felix.hamburg' }
s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.social_media_url = 'https://twitter.com/iamfelixm'
s.ios.deployment_target = '9.0'
@@ -40,4 +40,6 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.dependency 'Observable'
end