Skip to content

Commit 7ab2ee7

Browse files
committed
chore: Release 0.6.1
1 parent 8f8b939 commit 7ab2ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxQueryKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'RxQueryKit'
3-
spec.version = '0.6.0'
3+
spec.version = '0.6.1'
44
spec.summary = 'RxSwift extensions for dealing with QueryKit'
55
spec.homepage = 'https://github.com/QueryKit/RxQueryKit'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.frameworks = ['CoreData']
1111
spec.source_files = 'RxQueryKit/*.swift'
1212
spec.ios.deployment_target = '8.0'
13-
spec.osx.deployment_target = '10.9'
13+
spec.osx.deployment_target = '10.10'
1414
spec.requires_arc = true
1515
spec.dependency 'RxSwift', '~> 3.0'
1616
spec.dependency 'QueryKit', '~> 0.13.0'

0 commit comments

Comments
 (0)