Skip to content

Commit

Permalink
Update podspec support Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Sep 13, 2016
1 parent 5f3aa9d commit 1f373d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KeychainAccess.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'Lib/KeychainAccess/*.swift'

s.pod_target_xcconfig = { "SWIFT_VERSION" => "2.3" }
end

0 comments on commit 1f373d3

Please sign in to comment.