-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4cd422
commit 736a6f4
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
GROUP=com.mapzen.tangram | ||
VERSION_NAME=0.9.0-RC1 | ||
VERSION_NAME=0.9.0 | ||
|
||
POM_ARTIFACT_ID=tangram | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'Tangram-es' | ||
s.version = '0.9.0-beta1' | ||
s.version = '0.9.0' | ||
|
||
s.summary = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES.' | ||
s.description = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES, wrapped with native Cocoa Touch APIs.' | ||
s.homepage = 'https://mapzen.com/products/tangram/' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Mapzen' => '[email protected]' } | ||
s.social_media_url = 'https://twitter.com/mapzen' | ||
s.documentation_url = 'https://mapzen.com/documentation/tangram/ios-framework/0.7.0/' | ||
s.documentation_url = 'https://mapzen.com/documentation/tangram/ios-framework/0.9.0/' | ||
|
||
s.source = { | ||
:http => "http://ios.mapzen.com/tangram-releases/tangram-release-#{s.version}.zip" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters