We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9afb0 commit f84011eCopy full SHA for f84011e
Example/Podfile.lock
@@ -1,5 +1,5 @@
1
PODS:
2
- - NorthLayout (0.1.0)
+ - NorthLayout (2.0.0)
3
4
DEPENDENCIES:
5
- NorthLayout (from `../`)
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
9
:path: "../"
10
11
SPEC CHECKSUMS:
12
- NorthLayout: f1a1753ef83ff5cd363c9fa92d14e72c97a485c9
+ NorthLayout: 52739ecae3c9c5877770869d4277c308512f9fd5
13
14
COCOAPODS: 0.37.2
NorthLayout.podspec
@@ -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
6
fast path to autolayout using the Visual Format like `autolayout("H:|-[label]-|")`
0 commit comments