Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
The recent changes are breaking, and thus require a new major version.
  • Loading branch information
Tyler Fox authored and Tyler Fox committed Mar 18, 2015
1 parent d160383 commit 366d6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INTULocationManager.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "2.0.3"
s.version = "3.0.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 => "v2.0.3" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v3.0.0" }
s.source_files = 'Source'
s.platform = :ios
s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit 366d6fd

Please sign in to comment.