We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d786a3 commit 8002f79Copy full SHA for 8002f79
RxCombine.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "RxCombine"
3
- s.version = "1.6.0"
+ s.version = "1.6.1"
4
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
5
s.description = <<-DESC
6
Bi-directional type conversions between RxSwift and Apple's Combine framework.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
14
s.requires_arc = true
15
16
- s.ios.deployment_target = '8.0'
+ s.ios.deployment_target = '9.0'
17
s.osx.deployment_target = '10.9'
18
s.watchos.deployment_target = '3.0'
19
s.tvos.deployment_target = '9.0'
0 commit comments