Merge pull request #39 from yaslab/readme

Update README.md
This commit is contained in:
Yasuhiro Hatta 2017-09-23 18:40:17 +09:00 committed by GitHub
commit a2a9e3f6e6
1 changed files with 3 additions and 10 deletions

View File

@ -140,26 +140,19 @@ csv.stream.close()
### CocoaPods
```ruby
pod 'CSV.swift', '~> 2.1'
pod 'CSV.swift', '~> 2.1.0'
```
### Carthage
```
github "yaslab/CSV.swift" ~> 2.1
github "yaslab/CSV.swift" ~> 2.1.0
```
### Swift Package Manager
```swift
import PackageDescription
let package = Package(
name: "PackageName",
dependencies: [
.Package(url: "https://github.com/yaslab/CSV.swift.git", majorVersion: 2, minor: 1)
]
)
.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.1.0"))
```
## Reference specification