Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release 2.3.0
  • Loading branch information
yaslab committed Dec 1, 2018
commit 2df12cddcae810b3ee54d385f517ec96e6a69fc5
2 changes: 1 addition & 1 deletion CSV.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CSV.swift'
s.version = '2.2.1'
s.version = '2.3.0'
s.license = 'MIT'
s.summary = 'CSV reading and writing library written in Swift.'
s.homepage = 'https://github.com/yaslab/CSV.swift'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@ csv.stream.close()
### CocoaPods

```ruby
pod 'CSV.swift', '~> 2.2.1'
pod 'CSV.swift', '~> 2.3.0'
```

### Carthage

```
github "yaslab/CSV.swift" ~> 2.2.1
github "yaslab/CSV.swift" ~> 2.3.0
```

### Swift Package Manager

```swift
.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.2.1"))
.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.3.0"))
```

## Reference specification
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down