Skip to content

Commit

Permalink
Prepare for 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 25, 2016
1 parent 751b3f8 commit 60a389c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 = "0.7.0"
s.version = "1.0.0"
s.summary = "Declarative Auto Layout in Swift"

s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ constrain(button1, button2) { button1, button2 in

If you end up using Cartography in production, I'd love to hear from you. You can reach me through [Twitter] or [email].

If you need Swift 2.x support, then please use `0.7.0` and below.

## Usage

Call the `constrain` function with your `UIView` or `NSView` instances as well
Expand Down

0 comments on commit 60a389c

Please sign in to comment.