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 17b079f + 8e2319b commit a2a9e3fCopy full SHA for a2a9e3f
README.md
@@ -140,26 +140,19 @@ csv.stream.close()
140
### CocoaPods
141
142
```ruby
143
-pod 'CSV.swift', '~> 2.1'
+pod 'CSV.swift', '~> 2.1.0'
144
```
145
146
### Carthage
147
148
149
-github "yaslab/CSV.swift" ~> 2.1
+github "yaslab/CSV.swift" ~> 2.1.0
150
151
152
### Swift Package Manager
153
154
```swift
155
-import PackageDescription
156
-
157
-let package = Package(
158
- name: "PackageName",
159
- dependencies: [
160
- .Package(url: "https://github.com/yaslab/CSV.swift.git", majorVersion: 2, minor: 1)
161
- ]
162
-)
+.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.1.0"))
163
164
165
## Reference specification
0 commit comments