summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-05-15 15:03:50 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-05-15 15:03:50 -0700
commitfe99697c277f50e24dfb8de3d0177df5e4203c49 (patch)
tree1ef11207fcfdb9639d78741852e25c4cde060781
parentf297cf9e0d3c8252c0158d7a38aa0579860ef340 (diff)
downloadqtlocation-mapboxgl-fe99697c277f50e24dfb8de3d0177df5e4203c49.tar.gz
add podspec site docs URL
-rw-r--r--ios/MapboxGL.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MapboxGL.podspec b/ios/MapboxGL.podspec
index 6ee2fd9669..b6de23454a 100644
--- a/ios/MapboxGL.podspec
+++ b/ios/MapboxGL.podspec
@@ -10,6 +10,7 @@ Pod::Spec.new do |m|
m.author = { 'Mapbox' => 'mobile@mapbox.com' }
m.screenshot = 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png'
m.social_media_url = 'https://twitter.com/mapbox'
+ m.documentation_url = 'https://www.mapbox.com/mapbox-gl-ios'
m.source = {
:http => "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-gl-ios-#{m.version.to_s}.zip",