Skip to content

Commit

Permalink
Add swift_version to spec
Browse files Browse the repository at this point in the history
* Specifies the swift version that will be used for the pod regardless of the swift version the app target uses.

Note: This feature was added on CocoaPods 1.4.0 (http://blog.cocoapods.org/CocoaPods-1.4.0/)
  • Loading branch information
hcanzonetta authored Mar 14, 2018
1 parent 6eb2073 commit ce2ad3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kingfisher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Pod::Spec.new do |s|
s.authors = { "onevcat" => "[email protected]" }
s.social_media_url = "http://twitter.com/onevcat"

s.swift_version = "4.0"

s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
Expand Down

0 comments on commit ce2ad3c

Please sign in to comment.