Skip to content

Commit

Permalink
2.0.0: Xcode 7 (Swift 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Jun 14, 2015
1 parent 1b9afb0 commit f84011e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- NorthLayout (0.1.0)
- NorthLayout (2.0.0)

DEPENDENCIES:
- NorthLayout (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
NorthLayout: f1a1753ef83ff5cd363c9fa92d14e72c97a485c9
NorthLayout: 52739ecae3c9c5877770869d4277c308512f9fd5

COCOAPODS: 0.37.2
2 changes: 1 addition & 1 deletion NorthLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NorthLayout"
s.version = "1.0.0"
s.version = "2.0.0"
s.summary = "Autolayout Visual Format Helper"
s.description = <<-DESC
fast path to autolayout using the Visual Format like `autolayout("H:|-[label]-|")`
Expand Down

0 comments on commit f84011e

Please sign in to comment.