Skip to content

Commit e880ad9

Browse files
committed
Depend on QueryKit 0.11.0
1 parent 0a787cb commit e880ad9

File tree

4 files changed

+25
-37
lines changed

4 files changed

+25
-37
lines changed

Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ use_frameworks!
22

33
target 'RxQueryKit' do
44
podspec
5-
pod 'QueryKit', :git => 'https://github.com/QueryKit/QueryKit', :branch => 'swift-2.0'
65
end
76

87
target 'RxQueryKitTests' do
98
podspec
10-
pod 'QueryKit', :git => 'https://github.com/QueryKit/QueryKit', :branch => 'swift-2.0'
119
end
1210

Podfile.lock

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,42 @@
11
PODS:
2-
- QueryKit (0.10.0):
3-
- QueryKit/Attribute (= 0.10.0)
4-
- QueryKit/ObjectiveC (= 0.10.0)
5-
- QueryKit/QuerySet (= 0.10.0)
6-
- QueryKit/Swift (= 0.10.0)
7-
- QueryKit/Attribute (0.10.0):
8-
- QueryKit/Attribute/Bridge (= 0.10.0)
9-
- QueryKit/Attribute/ObjectiveC (= 0.10.0)
10-
- QueryKit/Attribute/Swift (= 0.10.0)
11-
- QueryKit/Attribute/Bridge (0.10.0):
2+
- QueryKit (0.11.0-beta.1):
3+
- QueryKit/Attribute (= 0.11.0-beta.1)
4+
- QueryKit/ObjectiveC (= 0.11.0-beta.1)
5+
- QueryKit/QuerySet (= 0.11.0-beta.1)
6+
- QueryKit/Swift (= 0.11.0-beta.1)
7+
- QueryKit/Attribute (0.11.0-beta.1):
8+
- QueryKit/Attribute/Bridge (= 0.11.0-beta.1)
9+
- QueryKit/Attribute/ObjectiveC (= 0.11.0-beta.1)
10+
- QueryKit/Attribute/Swift (= 0.11.0-beta.1)
11+
- QueryKit/Attribute/Bridge (0.11.0-beta.1):
1212
- QueryKit/Attribute/ObjectiveC
1313
- QueryKit/Attribute/Swift
14-
- QueryKit/Attribute/ObjectiveC (0.10.0)
15-
- QueryKit/Attribute/Swift (0.10.0):
14+
- QueryKit/Attribute/ObjectiveC (0.11.0-beta.1)
15+
- QueryKit/Attribute/Swift (0.11.0-beta.1):
1616
- QueryKit/QuerySet/Swift
17-
- QueryKit/ObjectiveC (0.10.0):
17+
- QueryKit/ObjectiveC (0.11.0-beta.1):
1818
- QueryKit/Attribute/ObjectiveC
1919
- QueryKit/QuerySet/ObjectiveC
20-
- QueryKit/QuerySet (0.10.0):
21-
- QueryKit/QuerySet/Bridge (= 0.10.0)
22-
- QueryKit/QuerySet/ObjectiveC (= 0.10.0)
23-
- QueryKit/QuerySet/Swift (= 0.10.0)
24-
- QueryKit/QuerySet/Bridge (0.10.0):
20+
- QueryKit/QuerySet (0.11.0-beta.1):
21+
- QueryKit/QuerySet/Bridge (= 0.11.0-beta.1)
22+
- QueryKit/QuerySet/ObjectiveC (= 0.11.0-beta.1)
23+
- QueryKit/QuerySet/Swift (= 0.11.0-beta.1)
24+
- QueryKit/QuerySet/Bridge (0.11.0-beta.1):
2525
- QueryKit/QuerySet/ObjectiveC
2626
- QueryKit/QuerySet/Swift
27-
- QueryKit/QuerySet/ObjectiveC (0.10.0)
28-
- QueryKit/QuerySet/Swift (0.10.0)
29-
- QueryKit/Swift (0.10.0):
27+
- QueryKit/QuerySet/ObjectiveC (0.11.0-beta.1)
28+
- QueryKit/QuerySet/Swift (0.11.0-beta.1)
29+
- QueryKit/Swift (0.11.0-beta.1):
3030
- QueryKit/Attribute/Swift
3131
- QueryKit/QuerySet/Swift
3232
- RxSwift (2.0-alpha.1)
3333

3434
DEPENDENCIES:
35-
- QueryKit (from `https://github.com/QueryKit/QueryKit`, branch `swift-2.0`)
35+
- QueryKit (~> 0.11.0-beta.1)
3636
- RxSwift (= 2.0-alpha.1)
3737

38-
EXTERNAL SOURCES:
39-
QueryKit:
40-
:branch: swift-2.0
41-
:git: https://github.com/QueryKit/QueryKit
42-
43-
CHECKOUT OPTIONS:
44-
QueryKit:
45-
:commit: 17120ec9479492a46457915a5dc0cfbb461e4ec3
46-
:git: https://github.com/QueryKit/QueryKit
47-
4838
SPEC CHECKSUMS:
49-
QueryKit: 50e0bcd535d23d320c3ad9f067c6a60bbdb5c27a
39+
QueryKit: f61e84faac3b4cf1345ee06ecf1920932629b10a
5040
RxSwift: 48982aff7a725bc6d0799aae6d539f360b940ff4
5141

5242
COCOAPODS: 0.39.0.beta.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RxQueryKit
22

3-
[RxSwift]() extensions for QueryKit.
3+
[RxSwift](https://github.com/ReactiveX/RxSwift) extensions for QueryKit.
44

55
## Usage
66

RxQueryKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |spec|
1313
spec.osx.deployment_target = '10.9'
1414
spec.requires_arc = true
1515
spec.dependency 'RxSwift', '2.0-alpha.1'
16-
#spec.dependency 'QueryKit'
16+
spec.dependency 'QueryKit', '~> 0.11.0-beta.1'
1717
end
1818

0 commit comments

Comments
 (0)