Skip to content

Commit

Permalink
Updated version in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Iwanicki committed May 19, 2015
1 parent d3628e7 commit 7db4770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OCGoogleDirectionsAPI.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "OCGoogleDirectionsAPI"
s.version = "0.1.3"
s.version = "0.1.4"
s.summary = "A lightweight wrapper for The Google Directions API."
s.homepage = "https://github.com/marciniwanicki/OCGoogleDirectionsAPI"
s.license = 'MIT'
s.author = { "Marcin Iwanicki" => "marcin.iwanicki@appliwings.com" }
s.source = { :git => "https://github.com/marciniwanicki/OCGoogleDirectionsAPI.git", :tag => "0.1.3" }
s.source = { :git => "https://github.com/marciniwanicki/OCGoogleDirectionsAPI.git", :tag => "0.1.4" }

s.ios.deployment_target = '7.0'
s.requires_arc = true
Expand Down

0 comments on commit 7db4770

Please sign in to comment.