We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7ede0 commit 3701febCopy full SHA for 3701feb
.swift-version
@@ -0,0 +1 @@
1
+3.0
README.md
@@ -38,7 +38,7 @@ github "Imperiopolis/Swiftly" ~> 1.0
38
39
### Swift Version
40
41
-Swiftly 0.2.0 and later require Swift 3.0. For older versions of Swift, please use the Swiftly 0.1.0 build.
+Swiftly 1.0 and later require Swift 3.0. For older versions of Swift, please use the Swiftly 0.1.0 build.
42
43
## Custom Operators
44
Swiftly.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
2
s.name = "Swiftly"
3
- s.version = "0.1.0"
+ s.version = "1.0.0"
4
s.summary = "Swiftly generate Auto Layout constraints."
5
s.description = <<-DESC
6
Swiftly generate Auto Layout constraints and interact with them with all of Apple's built in functions.
0 commit comments