We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b2d15 commit 74d09d7Copy full SHA for 74d09d7
RxRealm.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "RxRealm"
4
- s.version = "0.7.3"
+ s.version = "0.7.4"
5
s.summary = "An Rx wrapper of Realm's notifications and write bindings"
6
7
s.description = <<-DESC
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
17
s.requires_arc = true
18
19
- s.ios.deployment_target = '9.0'
+ s.ios.deployment_target = '8.0'
20
s.osx.deployment_target = '10.10'
21
s.tvos.deployment_target = '9.0'
22
s.watchos.deployment_target = '2.0'
0 commit comments