Skip to content

Commit

Permalink
updated MapBox to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Sep 11, 2012
1 parent f88b49e commit 3c52a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MapBox/0.4.1/MapBox.podspec → MapBox/0.4.2/MapBox.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |m|

m.name = 'MapBox'
m.version = '0.4.1'
m.version = '0.4.2'

m.summary = 'Open source alternative to MapKit.'
m.description = 'Open source alternative to MapKit supporting custom tile sources, offline use, and complete cache control.'
m.homepage = 'http://mapbox.com/mobile'
m.license = 'BSD'
m.author = { 'Justin R. Miller' => 'justin@mapbox.com' }

m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :tag => '0.4.1' }
m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :tag => '0.4.2' }

m.platform = :ios, '5.0'

Expand Down

0 comments on commit 3c52a56

Please sign in to comment.