HTTPS website & social media URL in podspec
Showing
1 changed file
with
7 additions
and
6 deletions
@@ -3,12 +3,13 @@ Pod::Spec.new do |m| | @@ -3,12 +3,13 @@ Pod::Spec.new do |m| | ||
3 | m.name = 'Mapbox-iOS-SDK' | 3 | m.name = 'Mapbox-iOS-SDK' |
4 | m.version = '1.2.0' | 4 | m.version = '1.2.0' |
5 | 5 | ||
6 | - m.summary = 'An open source toolset for building mapping applications for iOS devices.' | ||
7 | - m.description = 'An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.' | ||
8 | - m.homepage = 'http://mapbox.com/mapbox-ios-sdk' | ||
9 | - m.license = 'BSD' | ||
10 | - m.author = { 'Mapbox' => 'mobile@mapbox.com' } | ||
11 | - m.screenshot = 'https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png' | 6 | + m.summary = 'An open source toolset for building mapping applications for iOS devices.' |
7 | + m.description = 'An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.' | ||
8 | + m.homepage = 'https://mapbox.com/mapbox-ios-sdk' | ||
9 | + m.license = 'BSD' | ||
10 | + m.author = { 'Mapbox' => 'mobile@mapbox.com' } | ||
11 | + m.screenshot = 'https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png' | ||
12 | + m.social_media_url = 'https://twitter.com/Mapbox' | ||
12 | 13 | ||
13 | m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :tag => m.version.to_s } | 14 | m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :tag => m.version.to_s } |
14 | 15 |
-
Please register or login to post a comment