diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-04-07 11:18:52 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-04-07 11:18:52 -0700 |
commit | e4228f7a0f7508b387bbce9f0e29c0254d42a6de (patch) | |
tree | 0f77fe8d1875b499327082cc7dc7c26a507ddef7 /ios | |
parent | d424c09f038fdcd0a070e3d04684dc1511cd1732 (diff) | |
download | qtlocation-mapboxgl-e4228f7a0f7508b387bbce9f0e29c0254d42a6de.tar.gz |
prep CocoaPods for new deploy setup
Diffstat (limited to 'ios')
-rw-r--r-- | ios/MapboxGL.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MapboxGL.podspec b/ios/MapboxGL.podspec index b474f7c9e7..da3cd7df63 100644 --- a/ios/MapboxGL.podspec +++ b/ios/MapboxGL.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'MapboxGL' - m.version = '0.1.0' + m.version = '0.2.8' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.' @@ -11,7 +11,7 @@ Pod::Spec.new do |m| m.screenshot = 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png' m.social_media_url = 'https://twitter.com/mapbox' - m.source = { :http => "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/mapbox-gl-ios-#{m.version.to_s}.zip" } + m.source = { :http => "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-gl-ios-#{m.version.to_s}.zip" } m.platform = :ios m.ios.deployment_target = '7.0' |