Skip to content

Commit

Permalink
Upgrade to MapBox iOS SDK 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Aug 19, 2014
1 parent f4ddc9c commit 35738c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
platform :ios, '7.0'
inhibit_all_warnings!

pod 'Mapbox-iOS-SDK', '~> 1.2'
pod 'YapDatabase', :git => 'https://github.com/yaptv/YapDatabase.git', :commit => '3a309c82f98a025081f69e5d4919b7791e4ce330' # Latest Commit of v2.5/master as of 8/13/2014
pod 'Mapbox-iOS-SDK', '~> 1.3'
pod 'YapDatabase', :git => 'https://github.com/yaptv/YapDatabase.git', :commit => '5e0db923b6fc3d6f20df3252f17c4b03db8c8777' # Latest Commit of v2.5/master as of 8/19/2014
pod 'Mantle', '~> 1.5'
pod 'FormatterKit/LocationFormatter', '~> 1.6'
pod 'FormatterKit/TimeIntervalFormatter', '~> 1.6'
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PODS:
- Mantle (1.5):
- Mantle/extobjc
- Mantle/extobjc (1.5)
- Mapbox-iOS-SDK (1.2.0):
- Mapbox-iOS-SDK (1.3.0):
- FMDB (= 2.3)
- GRMustache (= 6.8.3)
- SMCalloutView (= 2.0)
Expand All @@ -33,11 +33,11 @@ PODS:
- UAAppReviewManager (0.2.6)
- UIAlertView-Blocks (1.0)
- VTAcknowledgementsViewController (0.11)
- YapDatabase (2.4.3):
- YapDatabase (2.5.0):
- YapDatabase/standard
- YapDatabase/common (2.4.3):
- YapDatabase/common (2.5.0):
- CocoaLumberjack (~> 1)
- YapDatabase/standard (2.4.3):
- YapDatabase/standard (2.5.0):
- YapDatabase/common

DEPENDENCIES:
Expand All @@ -48,19 +48,19 @@ DEPENDENCIES:
- FormatterKit/TimeIntervalFormatter (~> 1.6)
- HockeySDK (~> 3.5)
- Mantle (~> 1.5)
- Mapbox-iOS-SDK (~> 1.2)
- Mapbox-iOS-SDK (~> 1.3)
- MCSwipeTableViewCell (~> 2.1)
- pop (~> 1.0)
- PureLayout (~> 1.0)
- TTTAttributedLabel (~> 1.10)
- UAAppReviewManager (~> 0.2)
- UIAlertView-Blocks (~> 1.0)
- VTAcknowledgementsViewController (~> 0.11)
- YapDatabase (from `https://github.com/yaptv/YapDatabase.git`, commit `3a309c82f98a025081f69e5d4919b7791e4ce330`)
- YapDatabase (from `https://github.com/yaptv/YapDatabase.git`, commit `5e0db923b6fc3d6f20df3252f17c4b03db8c8777`)

EXTERNAL SOURCES:
YapDatabase:
:commit: 3a309c82f98a025081f69e5d4919b7791e4ce330
:commit: 5e0db923b6fc3d6f20df3252f17c4b03db8c8777
:git: https://github.com/yaptv/YapDatabase.git

SPEC CHECKSUMS:
Expand All @@ -74,7 +74,7 @@ SPEC CHECKSUMS:
HockeySDK: 27d8b411208f9d3f70c8f6695a8defa2a3465721
JRSwizzle: 30da7a2c539a4ebf954b16d15f6dd8221c9f6fa5
Mantle: c67a7e45e14196ed42b2a7cbb98ff6a9920e6b92
Mapbox-iOS-SDK: 961de5e8caba54a093d69b89696816b55f4c0254
Mapbox-iOS-SDK: 5f250e43ba0dfef983e13bae5eaf6daed5526fec
MCSwipeTableViewCell: 713086e29ce3c2171a0102fc594bf583fa7dd323
pop: e518794da38942c05255eb64b36d894e70cb4f00
PureLayout: 972964b21dbcbc5cc36785aed16aba03176f057d
Expand All @@ -83,6 +83,6 @@ SPEC CHECKSUMS:
UAAppReviewManager: f23428de9c9cd242c2ffd899e218ba3620bd0683
UIAlertView-Blocks: f3271e84372beb97aea115cd1fb26ae66457f12f
VTAcknowledgementsViewController: 6e71652adbe73c68f0a278a73ac9ca1e1fc00b90
YapDatabase: e5298fd9f9b94c704dbcd63f725a6e8ca5a7cafb
YapDatabase: f321f00dcaeaa52d625f942f93695c665efce32d

COCOAPODS: 0.33.1

0 comments on commit 35738c5

Please sign in to comment.