Skip to content

Commit 74d09d7

Browse files
committed
bump version, downgrade min ios version
1 parent a8b2d15 commit 74d09d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxRealm.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "RxRealm"
4-
s.version = "0.7.3"
4+
s.version = "0.7.4"
55
s.summary = "An Rx wrapper of Realm's notifications and write bindings"
66

77
s.description = <<-DESC
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.requires_arc = true
1818

19-
s.ios.deployment_target = '9.0'
19+
s.ios.deployment_target = '8.0'
2020
s.osx.deployment_target = '10.10'
2121
s.tvos.deployment_target = '9.0'
2222
s.watchos.deployment_target = '2.0'

0 commit comments

Comments
 (0)