-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" => "[email protected]" } | ||
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' | ||
|