Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CocoaPods/Specs
Browse files Browse the repository at this point in the history
* 'master' of github.com:CocoaPods/Specs:
  updated MapBox to 0.4.3
  • Loading branch information
Kevin Renskers committed Sep 17, 2012
2 parents f219bc2 + 2e3b4e4 commit 8897e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MapBox/0.4.2/MapBox.podspec → MapBox/0.4.3/MapBox.podspec
@@ -1,15 +1,15 @@
Pod::Spec.new do |m|

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

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.2' }
m.source = { :git => 'https://github.com/mapbox/mapbox-ios-sdk.git', :tag => '0.4.3' }

m.platform = :ios, '5.0'

Expand Down

0 comments on commit 8897e96

Please sign in to comment.