Skip to content

Commit 68ec325

Browse files
authored
Updated podspec for 2.0.1 (#203)
* Updated podspec * Update README for minimum toolchain versions
1 parent 4dd6c81 commit 68ec325

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

BlueSocket.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BlueSocket"
3-
s.version = "1.0.200"
3+
s.version = "2.0.1"
44
s.summary = "Socket framework for Swift using the Swift Package Manager"
55
s.homepage = "https://github.com/Kitura/BlueSocket"
66
s.license = { :type => "Apache License, Version 2.0" }

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS,
2424

2525
* Swift Open Source `swift-5.1-RELEASE` toolchain (**Minimum REQUIRED for latest release**)
2626
* Swift Open Source `swift-5.4-RELEASE` toolchain (**Recommended**)
27-
* Swift toolchain included in *Xcode Version 12.5 (12E262) or higher*.
27+
* Swift toolchain included in *Xcode Version 11.0 or higher*.
2828

2929
### macOS
3030

31-
* macOS 10.11.6 (*El Capitan*) or higher.
32-
* Xcode Version 11 or higher using one of the above toolchains.
33-
* Xcode Version 12 or higher using the included toolchain (*Recommended*).
31+
* macOS 10.14.6 (*Mojave*) or higher.
32+
* Xcode Version 11.0 or higher using one of the above toolchains.
33+
* Xcode Version 12.5 or higher using the included toolchain (*Recommended*).
34+
* Secure Transport is provided by macOS.
3435

3536
### iOS
3637

3738
* iOS 10.0 or higher
38-
* Xcode Version 11 or higher using one of the above toolchains.
39-
* Xcode Version 12 or higher using the included toolchain (*Recommended*).
39+
* Xcode Version 11.0 or higher using one of the above toolchains.
40+
* Xcode Version 12.5 or higher using the included toolchain (*Recommended*).
4041

4142
Note:
4243

0 commit comments

Comments
 (0)