Skip to content

Commit 8002f79

Browse files
committed
1.6.1
1 parent 7d786a3 commit 8002f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxCombine.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 = "RxCombine"
3-
s.version = "1.6.0"
3+
s.version = "1.6.1"
44
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
55
s.description = <<-DESC
66
Bi-directional type conversions between RxSwift and Apple's Combine framework.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313

1414
s.requires_arc = true
1515

16-
s.ios.deployment_target = '8.0'
16+
s.ios.deployment_target = '9.0'
1717
s.osx.deployment_target = '10.9'
1818
s.watchos.deployment_target = '3.0'
1919
s.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)