diff --git a/SwiftCSV.podspec b/SwiftCSV.podspec index 0eb81e0..135e95f 100644 --- a/SwiftCSV.podspec +++ b/SwiftCSV.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "SwiftCSV" - s.version = "0.3.3" + s.version = "0.4.0" s.summary = "CSV parser for Swift" s.homepage = "https://github.com/naoty/SwiftCSV" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Naoto Kaneko" => "naoty.k@gmail.com" } - s.source = { :git => "https://github.com/naoty/SwiftCSV.git", :tag => s.version } + s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version } s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.9"