Update Swift version in podspec (#1756)

This commit is contained in:
Bas Broek
2018-11-06 21:01:33 +01:00
committed by Steven Deutsch
parent cc2f158bb6
commit f208e9ff0e
+1 -1
View File
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/Moya/Moya.git", :tag => s.version }
s.default_subspec = "Core"
s.swift_version = '4.0'
s.swift_version = '4.2'
s.cocoapods_version = '>= 1.4.0'
s.subspec "Core" do |ss|