Skip to content

Commit a2a9e3f

Browse files
authored
Merge pull request #39 from yaslab/readme
Update README.md
2 parents 17b079f + 8e2319b commit a2a9e3f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,26 +140,19 @@ csv.stream.close()
140140
### CocoaPods
141141

142142
```ruby
143-
pod 'CSV.swift', '~> 2.1'
143+
pod 'CSV.swift', '~> 2.1.0'
144144
```
145145

146146
### Carthage
147147

148148
```
149-
github "yaslab/CSV.swift" ~> 2.1
149+
github "yaslab/CSV.swift" ~> 2.1.0
150150
```
151151

152152
### Swift Package Manager
153153

154154
```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-
)
155+
.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.1.0"))
163156
```
164157

165158
## Reference specification

0 commit comments

Comments
 (0)