We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2c619 commit 27dcc99Copy full SHA for 27dcc99
2 files changed
.swift-version
Apollo.podspec
@@ -10,8 +10,8 @@ Pod::Spec.new do |s|
10
s.source = { :git => 'https://github.com/apollographql/apollo-ios.git', :tag => s.version }
11
12
s.requires_arc = true
13
-
14
- s.swift_version = '4.0'
+
+ s.swift_version = '4.2'
15
16
s.default_subspecs = 'Core'
17
@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
37
s.subspec 'WebSocket' do |ss|
38
ss.source_files = 'Sources/ApolloWebSocket/*.swift'
39
ss.dependency 'Apollo/Core'
40
- ss.dependency 'Starscream', '~> 3.0.2'
+ ss.dependency 'Starscream', '~> 3.1.0'
41
end
42
43
0 commit comments