Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Bumped podspec to 0.5.2 with symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jul 14, 2015
1 parent 1f78d28 commit 38d8d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MapboxGL.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'MapboxGL'
m.version = '0.5.1'
m.version = '0.5.2-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.'
Expand Down

4 comments on commit 38d8d18

@incanus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't include symbols by default anymore in CocoaPods — see v0.4.0 and v0.5.0.

https://www.mapbox.com/blog/mapbox-mobile-polylines/

We now default to installing the version without symbols for a 10x reduction in library install size.

@incanus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@1ec5
Copy link
Contributor Author

@1ec5 1ec5 commented on 38d8d18 Jul 21, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.5.2 is a prerelease meant for developers rather than shipping code. I was under the impression that we temporarily reenable symbols every time we switch back to development.

@incanus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gah, you are right, sorry. I confused v0.5.1 and v0.5.2. Carry on. I updated the doc anyway for clarity.

Please sign in to comment.