Skip to content

Commit cedd4d6

Browse files
committedOct 6, 2020
Bump minimum Swift version to 5.1
1 parent 78fae02 commit cedd4d6

5 files changed

+5
-5
lines changed
 

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.1
22

33
import PackageDescription
44

‎RxBlocking.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Waiting for observable sequence to complete before exiting command line applicat
2626
s.exclude_files = 'RxBlocking/Platform/**/*.swift'
2727

2828
s.dependency 'RxSwift', '~> 5'
29-
s.swift_version = '5.0'
29+
s.swift_version = '5.1'
3030
end

‎RxCocoa.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Pod::Spec.new do |s|
2525
s.dependency 'RxSwift', '~> 5'
2626
s.dependency 'RxRelay', '~> 5'
2727

28-
s.swift_version = '5.0'
28+
s.swift_version = '5.1'
2929
end

‎RxRelay.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Relays for RxSwift - PublishRelay and BehaviorRelay
2424
s.source_files = 'RxRelay/**/*.{swift,h,m}'
2525

2626
s.dependency 'RxSwift', '~> 5'
27-
s.swift_version = '5.0'
27+
s.swift_version = '5.1'
2828
end

‎RxSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ gitDiff().grep("bug").less // sequences of swift objects
3535
s.source_files = 'RxSwift/**/*.swift', 'Platform/**/*.swift'
3636
s.exclude_files = 'RxSwift/Platform/**/*.swift'
3737

38-
s.swift_version = '5.0'
38+
s.swift_version = '5.1'
3939
end

0 commit comments

Comments
 (0)
Please sign in to comment.