changes git url to address the sputnik fork
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ Pod::Spec.new do |m| | @@ -11,7 +11,7 @@ Pod::Spec.new do |m| | ||
11 | m.screenshot = 'https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png' | 11 | m.screenshot = 'https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png' |
12 | m.social_media_url = 'https://twitter.com/Mapbox' | 12 | m.social_media_url = 'https://twitter.com/Mapbox' |
13 | 13 | ||
14 | - m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :tag => m.version.to_s } | 14 | + m.source = { :git => 'http://gitlab.srv.pv.km/ios-dev/mapbox-ios-sdk.git', :tag => m.version.to_s } |
15 | 15 | ||
16 | m.platform = :ios | 16 | m.platform = :ios |
17 | m.ios.deployment_target = '5.0' | 17 | m.ios.deployment_target = '5.0' |
-
Please register or login to post a comment