Skip to content

Commit 3701feb

Browse files
committed
Release 1.0
1 parent 2a7ede0 commit 3701feb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ github "Imperiopolis/Swiftly" ~> 1.0
3838

3939
### Swift Version
4040

41-
Swiftly 0.2.0 and later require Swift 3.0. For older versions of Swift, please use the Swiftly 0.1.0 build.
41+
Swiftly 1.0 and later require Swift 3.0. For older versions of Swift, please use the Swiftly 0.1.0 build.
4242

4343
## Custom Operators
4444

Swiftly.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Swiftly"
3-
s.version = "0.1.0"
3+
s.version = "1.0.0"
44
s.summary = "Swiftly generate Auto Layout constraints."
55
s.description = <<-DESC
66
Swiftly generate Auto Layout constraints and interact with them with all of Apple's built in functions.

0 commit comments

Comments
 (0)