Skip to content

Commit

Permalink
fix: Updates podspec Swift version to match SPM package requirement (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Nov 10, 2022
1 parent bedc7c5 commit da5e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apollo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.summary = "A GraphQL client for iOS, written in Swift."
s.source = { :git => 'https://github.com/apollographql/apollo-ios.git', :tag => s.version }
s.requires_arc = true
s.swift_version = '5.0'
s.swift_version = '5.6'
s.default_subspecs = 'Core'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.14'
Expand Down

0 comments on commit da5e2da

Please sign in to comment.