fixes #277: point to self-hosted HTML docs for CocoaPods
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -68,6 +68,8 @@ Pod::Spec.new do |m| | @@ -68,6 +68,8 @@ Pod::Spec.new do |m| | ||
68 | ] | 68 | ] |
69 | } | 69 | } |
70 | 70 | ||
71 | + m.documentation_url = 'https://www.mapbox.com/mapbox-ios-sdk/api/' | ||
72 | + | ||
71 | m.frameworks = 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'UIKit' | 73 | m.frameworks = 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'UIKit' |
72 | 74 | ||
73 | m.libraries = 'Proj4', 'sqlite3', 'z' | 75 | m.libraries = 'Proj4', 'sqlite3', 'z' |
-
Please register or login to post a comment