Skip to content

Commit

Permalink
Update swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 15, 2017
1 parent 6b6ec34 commit b6eca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kingfisher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.framework = "CFNetwork"

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end

0 comments on commit b6eca83

Please sign in to comment.