浏览代码

Disable swift_versions for now.

Jon Shier 7 年之前
父节点
当前提交
657b2e5248
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Alamofire.podspec

+ 1 - 1
Alamofire.podspec

@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
   s.source = { :git => 'https://github.com/Alamofire/Alamofire.git', :tag => s.version }
   s.documentation_url = 'https://alamofire.github.io/Alamofire/'
 
-  s.swift_versions = ['3', '4', '4.2']
+  # s.swift_versions = ['3', '4', '4.2']
 
   s.ios.deployment_target = '8.0'
   s.osx.deployment_target = '10.10'