mirror of
https://github.com/Moya/Moya.git
synced 2026-03-18 19:52:28 +00:00
Update Swift version in podspec (#1756)
This commit is contained in:
committed by
Steven Deutsch
parent
cc2f158bb6
commit
f208e9ff0e
+1
-1
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user