File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxBlocking"
3
- s . version = "1.8.1 "
4
- s . summary = "RxSwift Cocoa extensions "
3
+ s . version = "1.9 "
4
+ s . summary = "RxSwift Blocking operatos "
5
5
s . description = <<-DESC
6
- * UI extensions
7
- * NSURL extensions
8
- * KVO extensions
6
+ Set of blocking operators for unit testing
9
7
DESC
10
8
s . homepage = "https://github.com/kzaher/RxSwift"
11
9
s . license = 'MIT'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxCocoa"
3
- s . version = "1.8.1 "
3
+ s . version = "1.9 "
4
4
s . summary = "RxSwift Cocoa extensions"
5
5
s . description = <<-DESC
6
6
* UI extensions
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxSwift"
3
- s . version = "1.8.1 "
3
+ s . version = "1.9 "
4
4
s . summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
5
5
s . description = <<-DESC
6
6
This is a Swift port of Reactive extensions.
You can’t perform that action at this time.
0 commit comments