We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f7388 commit ab2de47Copy full SHA for ab2de47
SwiftCSV.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftCSV"
3
- s.version = "0.3.3"
+ s.version = "0.4.0"
4
s.summary = "CSV parser for Swift"
5
s.homepage = "https://github.com/naoty/SwiftCSV"
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = { "Naoto Kaneko" => "[email protected]" }
8
- s.source = { :git => "https://github.com/naoty/SwiftCSV.git", :tag => s.version }
+ s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version }
9
10
s.ios.deployment_target = "8.0"
11
s.osx.deployment_target = "10.9"
0 commit comments