Skip to content

Commit

Permalink
updating pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Aug 27, 2015
1 parent 0e08cf2 commit 8d1f784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GPUberView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "GPUberView"
s.version = "1.0.2"
s.version = "1.1.0"
s.summary = "Summon Uber from your app with 2 lines of code."
s.homepage = "https://github.com/gpolak/GPUberView"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "7.1"

s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "1.0.2" }
s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "1.1.0" }

s.source_files = 'GPUberView'
s.resources = 'GPUberView/*.{xib}', 'GPUberView/*.{png}'
Expand Down

0 comments on commit 8d1f784

Please sign in to comment.