Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
increment version number in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Crocker committed Aug 2, 2016
1 parent 559c4c8 commit c6e7c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TBMapzenRouting.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "TBMapzenRouting"
s.version = "0.1"
s.version = "0.2"
s.summary = "Request routes from Mapzen Turn-by-Turn routing service"

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ The Mapzen Turn-by-Turn API makes it easy to let navigation find its way into yo

s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/trailbehind/TBMapzenRouting.git", :tag => "0.1" }
s.source = { :git => "https://github.com/trailbehind/TBMapzenRouting.git", :tag => "0.2" }

s.source_files = "TBMapzenRouting/*.{h,m,c}"
s.framework = "CoreLocation"
Expand Down

0 comments on commit c6e7c94

Please sign in to comment.