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 8f8b939 commit 7ab2ee7Copy full SHA for 7ab2ee7
RxQueryKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'RxQueryKit'
3
- spec.version = '0.6.0'
+ spec.version = '0.6.1'
4
spec.summary = 'RxSwift extensions for dealing with QueryKit'
5
spec.homepage = 'https://github.com/QueryKit/RxQueryKit'
6
spec.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
spec.frameworks = ['CoreData']
11
spec.source_files = 'RxQueryKit/*.swift'
12
spec.ios.deployment_target = '8.0'
13
- spec.osx.deployment_target = '10.9'
+ spec.osx.deployment_target = '10.10'
14
spec.requires_arc = true
15
spec.dependency 'RxSwift', '~> 3.0'
16
spec.dependency 'QueryKit', '~> 0.13.0'
0 commit comments