File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'CSV.swift'
3
- spec . version = '2.5.1 '
3
+ spec . version = '2.5.2 '
4
4
spec . license = { :type => 'MIT' }
5
5
spec . homepage = 'https://github.com/yaslab/CSV.swift'
6
6
spec . authors = { 'Yasuhiro Hatta' => '[email protected] ' }
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ let package = Package(
179
179
name : " MyPackage" ,
180
180
dependencies : [
181
181
// Add `CSV.swift` package here.
182
- .package (url : " https://github.com/yaslab/CSV.swift.git" , from : " 2.5.1 " )
182
+ .package (url : " https://github.com/yaslab/CSV.swift.git" , from : " 2.5.2 " )
183
183
],
184
184
targets : [
185
185
.executableTarget (
@@ -196,7 +196,7 @@ let package = Package(
196
196
### CocoaPods
197
197
198
198
``` ruby
199
- pod ' CSV.swift' , ' ~> 2.5.1 '
199
+ pod ' CSV.swift' , ' ~> 2.5.2 '
200
200
```
201
201
202
202
## Reference specification
You can’t perform that action at this time.
0 commit comments