Skip to content

Commit

Permalink
Update pod spec to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krstnfx committed Oct 18, 2015
1 parent 928bab0 commit d36f05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INTULocationManager.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "4.0.0"
s.version = "4.1.0"
s.homepage = "https://github.com/intuit/LocationManager"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Tyler Fox" => "tyler_fox@intuit.com" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.0.0" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.1.0" }
s.source_files = 'LocationManager/INTULocationManager'
s.platform = :ios
s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit d36f05d

Please sign in to comment.