Browse Source

Support multiple Swift versions

onevcat 6 years ago
parent
commit
04225fdb98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Kingfisher.podspec

+ 1 - 0
Kingfisher.podspec

@@ -26,6 +26,7 @@ Pod::Spec.new do |s|
   s.social_media_url   = "http://twitter.com/onevcat"
   s.social_media_url   = "http://twitter.com/onevcat"
 
 
   s.swift_version = "4.2"
   s.swift_version = "4.2"
+  s.swift_versions = ['4.0', '4.2', '5.0']
 
 
   s.ios.deployment_target = "10.0"
   s.ios.deployment_target = "10.0"
   s.tvos.deployment_target = "10.0"
   s.tvos.deployment_target = "10.0"