-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from corujautx/master
Minor improvements and fixes to Cartography
- Loading branch information
Showing
10 changed files
with
425 additions
and
117 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,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Cartography" | ||
s.version = "3.0.0" | ||
s.version = "3.0.1" | ||
s.summary = "Declarative Auto Layout in Swift" | ||
|
||
s.description = <<-DESC | ||
|
@@ -13,7 +13,7 @@ Pod::Spec.new do |s| | |
s.author = { "Robert Böhnke" => "[email protected]" } | ||
|
||
s.ios.deployment_target = "8.0" | ||
s.osx.deployment_target = "10.9" | ||
s.osx.deployment_target = "10.10" | ||
s.tvos.deployment_target = "9.0" | ||
|
||
s.source = { :git => "https://github.com/robb/Cartography.git", :tag => s.version } | ||
|
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
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
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
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
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
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
Oops, something went wrong.