Skip to content

Commit

Permalink
fix podspec to include Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Apr 25, 2019
1 parent 47e48f2 commit f60695f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwiftCSV.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Naoto Kaneko" => "[email protected]" }
s.source = { :git => "https://github.com/swiftcsv/SwiftCSV.git", :tag => s.version }
s.swift_versions = ["4.2"]

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
Expand Down

0 comments on commit f60695f

Please sign in to comment.