summaryrefslogtreecommitdiff
path: root/platform/ios/Mapbox-iOS-SDK-symbols.podspec
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-01-16 10:16:40 -0800
committerGitHub <noreply@github.com>2017-01-16 10:16:40 -0800
commit13b97dd0cebffe36b187bdb74923910def6bd87b (patch)
treeb5def9897ddfcbafab1aeacab6d32ca3cf8c58e5 /platform/ios/Mapbox-iOS-SDK-symbols.podspec
parent4adcdac7b5eeca79411e877ef11d5248f4107963 (diff)
downloadqtlocation-mapboxgl-13b97dd0cebffe36b187bdb74923910def6bd87b.tar.gz
[ios, macos] Correct podspecs, readmes (#7730)
* [macos] RC 1 errata Synchronized bundled README installation instructions with those in INSTALL.md. Bumped screenshot up a bit. Corrected link to published documentation. * [ios, macos] Corrected podspec URLs Fixed podspec linter errors. The podspecs were pointing to unreachable (or soon to be unreachable) screenshot URLs. The -symbols podspecs’ names additionally needed to differ from the normal podspecs’ names.
Diffstat (limited to 'platform/ios/Mapbox-iOS-SDK-symbols.podspec')
-rw-r--r--platform/ios/Mapbox-iOS-SDK-symbols.podspec8
1 files changed, 5 insertions, 3 deletions
diff --git a/platform/ios/Mapbox-iOS-SDK-symbols.podspec b/platform/ios/Mapbox-iOS-SDK-symbols.podspec
index 297cf857bf..1098c5cd10 100644
--- a/platform/ios/Mapbox-iOS-SDK-symbols.podspec
+++ b/platform/ios/Mapbox-iOS-SDK-symbols.podspec
@@ -1,14 +1,16 @@
Pod::Spec.new do |m|
- m.name = 'Mapbox-iOS-SDK'
- m.version = '3.4.0-beta.7-symbols'
+ version = '3.4.0-beta.7'
+
+ m.name = 'Mapbox-iOS-SDK-symbols'
+ m.version = "#{version}-symbols"
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 Touch APIs.'
m.homepage = 'https://www.mapbox.com/ios-sdk/'
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
m.author = { 'Mapbox' => 'mobile@mapbox.com' }
- m.screenshot = 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/screenshot.png'
+ m.screenshot = "https://www.mapbox.com/ios-sdk/api/#{version}/img/screenshot.png"
m.social_media_url = 'https://twitter.com/mapbox'
m.documentation_url = 'https://www.mapbox.com/ios-sdk/api/'