update podspec to remove license since have a file, add screenshot
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -6,8 +6,8 @@ Pod::Spec.new do |m| | @@ -6,8 +6,8 @@ Pod::Spec.new do |m| | ||
6 | m.summary = 'Open source alternative to MapKit.' | 6 | m.summary = 'Open source alternative to MapKit.' |
7 | m.description = 'Open source alternative to MapKit supporting custom tile sources, offline use, and complete cache control.' | 7 | m.description = 'Open source alternative to MapKit supporting custom tile sources, offline use, and complete cache control.' |
8 | m.homepage = 'http://mapbox.com/mobile' | 8 | m.homepage = 'http://mapbox.com/mobile' |
9 | - m.license = 'BSD' | ||
10 | m.author = { 'MapBox' => 'ios@mapbox.com' } | 9 | m.author = { 'MapBox' => 'ios@mapbox.com' } |
10 | + m.screenshot = 'https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png' | ||
11 | 11 | ||
12 | m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :branch => 'develop' } | 12 | m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :branch => 'develop' } |
13 | 13 |
-
Please register or login to post a comment