Skip to content

Commit

Permalink
Update Swift version in podspec (Moya#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored and SD10 committed Nov 6, 2018
1 parent cc2f158 commit f208e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moya.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit f208e9f

Please sign in to comment.