Skip to content

Commit

Permalink
Merge pull request #39 from yaslab/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yaslab authored Sep 23, 2017
2 parents 17b079f + 8e2319b commit a2a9e3f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2a9e3f

Please sign in to comment.