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.
2 parents e758d7d + 806a90e commit f9ea2d9Copy full SHA for f9ea2d9
README.md
@@ -10,10 +10,11 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
10
11
Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the dependencies value of your Package.swift.
12
13
+```swift
14
dependencies: [
15
.package(url: "https://github.com/nimblehq/JSONMapper.git", .upToNextMajor(from: "1.0.0"))
16
]
-
17
+```
18
19
## License
20
0 commit comments