diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 22:21:18 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 22:21:18 -0700 |
commit | ebc2b785e0cd16b1ac06c72e44bd3ce7b6ac06ce (patch) | |
tree | fa01ce054b1621f3d7757042912aadd95c31673a | |
parent | 7e5e0962d5869a25ba5ecba238bfa50f8b866200 (diff) | |
download | qtlocation-mapboxgl-ebc2b785e0cd16b1ac06c72e44bd3ce7b6ac06ce.tar.gz |
fix w/ symbols version of podspec
-rw-r--r-- | ios/Mapbox-iOS-SDK.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec index fa4d656bea..3a00ab94c9 100644 --- a/ios/Mapbox-iOS-SDK.podspec +++ b/ios/Mapbox-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' - m.version = '2.0.0-pre.1.symbols' + m.version = '2.0.0-pre.1-symbols' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.' |