Skip to content

Commit

Permalink
Prepare for a 2.x update for Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 13, 2017
1 parent 7f3163e commit 6b1e875
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartography.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Cartography"
s.version = "1.1.0"
s.version = "2.0.0"
s.summary = "Declarative Auto Layout in Swift"

s.description = <<-DESC
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,24 @@ constrain(view) { view in

Read the documentation [here](http://robb.github.io/Cartography/). For more information, see the [gh-pages](https://github.com/robb/Cartography/tree/gh-pages) branch.

## Versioning

For *Swift 3.x*: 1.1.0
For *Swift 4.x*: 2.0.0

## Support

Please, don't hesitate to [file an
issue](https://github.com/robb/Cartography/issues/new) if you have questions.

## About Cartography

Cartography was built by [Robb Böhnke][me] and was inspired by the excellent
Cartography was built by [Robb Böhnke][me], is maintained by [Orta Therox][ot] and was inspired by the excellent
[FLKAutoLayout] by [Florian Kugler][florian].

[flkautolayout]: https://github.com/floriankugler/FLKAutoLayout
[florian]: https://github.com/floriankugler
[me]: http://robb.is
[twitter]: https://twitter.com/dlx
[email]: mailto:[email protected]
[ot]: https://github.com/orta

0 comments on commit 6b1e875

Please sign in to comment.