Skip to content

Commit 27dcc99

Browse files
fasskomartijnwalraven
authored andcommitted
Update to latest Starscream in Podspec (#466)
1 parent cf2c619 commit 27dcc99

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Apollo.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Pod::Spec.new do |s|
1010
s.source = { :git => 'https://github.com/apollographql/apollo-ios.git', :tag => s.version }
1111

1212
s.requires_arc = true
13-
14-
s.swift_version = '4.0'
13+
14+
s.swift_version = '4.2'
1515

1616
s.default_subspecs = 'Core'
1717

@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
3737
s.subspec 'WebSocket' do |ss|
3838
ss.source_files = 'Sources/ApolloWebSocket/*.swift'
3939
ss.dependency 'Apollo/Core'
40-
ss.dependency 'Starscream', '~> 3.0.2'
40+
ss.dependency 'Starscream', '~> 3.1.0'
4141
end
4242

4343
end

0 commit comments

Comments
 (0)