We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6825d50 commit b4b294dCopy full SHA for b4b294d
1 file changed
README.md
@@ -241,6 +241,14 @@ Current Swift compatibility breakdown:
241
242
## Installation
243
244
+### Swift Package Manager (Recommended)
245
+
246
+Add the following dependency to your `Package.swift` file:
247
248
+```
249
+.package(url: "https://github.com/allaboutapps/DataSource.git", from: "7.1.0")
250
251
252
### Carthage
253
254
Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
0 commit comments