We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2029a9 commit a3bfde3Copy full SHA for a3bfde3
README.md
@@ -98,8 +98,6 @@ The following table shows all the protocols and their default implementations.
98
## Requirements
99
100
- iOS 9.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
101
-- Xcode 10.2+
102
-- Swift 5.0
103
104
## Installation
105
@@ -110,7 +108,7 @@ The following table shows all the protocols and their default implementations.
110
108
Specify the following in your `Package.swift`:
111
109
112
```swift
113
-.package(url: "https://github.com/dbsystel/DBNetworkStack", from: "2.0.0"),
+.package(url: "https://github.com/dbsystel/DBNetworkStack", from: "2.1.0"),
114
```
115
116
## Contributing
0 commit comments