|
|
@@ -1,5 +1,5 @@
|
|
|

|
|
|
-
|
|
|
+
|
|
|

|
|
|
[]()
|
|
|
[](https://github.com/Carthage/Carthage)
|
|
|
@@ -60,15 +60,15 @@ server.start()
|
|
|
```
|
|
|
### CocoaPods? Yes.
|
|
|
```ruby
|
|
|
-# Use version >= 1.1.0.rc.2 (sudo gem install cocoapods --pre)
|
|
|
+# Use version >= 1.4.0 (sudo gem install cocoapods)
|
|
|
use_frameworks!
|
|
|
-pod 'Swifter', '~> 1.3.3'
|
|
|
+pod 'Swifter', '~> 1.4.0'
|
|
|
```
|
|
|
|
|
|
### Carthage? Also yes.
|
|
|
```
|
|
|
# Use version >= 0.18 (https://github.com/Carthage/Carthage/releases/tag/0.18)
|
|
|
-github "glock45/swifter" == 1.3.3
|
|
|
+github "glock45/swifter" == 1.4.0
|
|
|
```
|
|
|
|
|
|
### Swift Package Manager.
|
|
|
@@ -78,7 +78,7 @@ import PackageDescription
|
|
|
let package = Package(
|
|
|
name: "MyServer",
|
|
|
dependencies: [
|
|
|
- .Package(url: "https://github.com/httpswift/swifter.git", majorVersion: 1)
|
|
|
+ .package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.4.0"))
|
|
|
]
|
|
|
)
|
|
|
```
|