Skip to content

Commit 9b952d7

Browse files
committed
RxSwift 6.7.1
1 parent b06a8c8 commit 9b952d7

File tree

81 files changed

+173
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+173
-168
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ Open Rx.xcworkspace, choose `RxExample` and hit run. This method will build ever
138138
use_frameworks!
139139

140140
target 'YOUR_TARGET_NAME' do
141-
pod 'RxSwift', '6.7.0'
142-
pod 'RxCocoa', '6.7.0'
141+
pod 'RxSwift', '6.7.1'
142+
pod 'RxCocoa', '6.7.1'
143143
end
144144

145145
# RxTest and RxBlocking make the most sense in the context of unit/integration tests
146146
target 'YOUR_TESTING_TARGET' do
147-
pod 'RxBlocking', '6.7.0'
148-
pod 'RxTest', '6.7.0'
147+
pod 'RxBlocking', '6.7.1'
148+
pod 'RxTest', '6.7.1'
149149
end
150150
```
151151

@@ -175,7 +175,7 @@ Simply drag the needed framework binaries to your **Frameworks, Libraries, and E
175175
Add this to `Cartfile`
176176

177177
```
178-
github "ReactiveX/RxSwift" "6.7.0"
178+
github "ReactiveX/RxSwift" "6.7.1"
179179
```
180180

181181
```bash

RxBlocking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBlocking"
3-
s.version = "6.7.0"
3+
s.version = "6.7.1"
44
s.summary = "RxSwift Blocking operators"
55
s.description = <<-DESC
66
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
@@ -25,7 +25,7 @@ Waiting for observable sequence to complete before exiting command line applicat
2525
s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift'
2626
s.exclude_files = 'RxBlocking/Platform/**/*.swift'
2727

28-
s.dependency 'RxSwift', '6.7.0'
28+
s.dependency 'RxSwift', '6.7.1'
2929
s.swift_version = '5.1'
3030

3131
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }

RxBlocking/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.7.0</string>
18+
<string>6.7.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxCocoa.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxCocoa"
3-
s.version = "6.7.0"
3+
s.version = "6.7.1"
44
s.summary = "RxSwift Cocoa extensions"
55
s.description = <<-DESC
66
* UI extensions
@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
2323
s.source_files = 'RxCocoa/**/*.{swift,h,m}', 'Platform/**/*.swift'
2424
s.exclude_files = 'RxCocoa/Platform/**/*.swift', 'Platform/AtomicInt.swift'
2525

26-
s.dependency 'RxSwift', '6.7.0'
27-
s.dependency 'RxRelay', '6.7.0'
26+
s.dependency 'RxSwift', '6.7.1'
27+
s.dependency 'RxRelay', '6.7.1'
2828

2929
s.swift_version = '5.1'
3030

RxCocoa/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.7.0</string>
18+
<string>6.7.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxRelay.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxRelay"
3-
s.version = "6.7.0"
3+
s.version = "6.7.1"
44
s.summary = "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay"
55
s.description = <<-DESC
66
Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay
@@ -24,7 +24,7 @@ Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay
2424

2525
s.source_files = 'RxRelay/**/*.{swift,h,m}'
2626

27-
s.dependency 'RxSwift', '6.7.0'
27+
s.dependency 'RxSwift', '6.7.1'
2828
s.swift_version = '5.1'
2929

3030
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }

RxRelay/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.7.0</string>
18+
<string>6.7.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwift"
3-
s.version = "6.7.0"
3+
s.version = "6.7.1"
44
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
55
s.description = <<-DESC
66
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)

RxSwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.7.0</string>
18+
<string>6.7.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxTest.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxTest"
3-
s.version = "6.7.0"
3+
s.version = "6.7.1"
44
s.summary = "RxSwift Testing extensions"
55
s.description = <<-DESC
66
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
@@ -56,7 +56,7 @@ func testMap() {
5656

5757
s.weak_framework = 'XCTest'
5858

59-
s.dependency 'RxSwift', '6.7.0'
59+
s.dependency 'RxSwift', '6.7.1'
6060
s.swift_version = '5.1'
6161

6262
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)