repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git]
/
Specs
/
a
/
b
/
5
/
RxQuery
/
1.0.8
/
RxQuery.podspec.json
blob
65a0a6f10a61825d14850e53aa6225d2f2ba3f8e
1
{
2
"name": "RxQuery",
3
"version": "1.0.8",
4
"summary": "Extension of RxSwift pod",
5
"homepage": "https://github.com/gsagadyn/RxQuery",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Grzegorz Sagadyn": "sagadyn@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/gsagadyn/RxQuery.git",
15
"tag": "1.0.8"
16
},
17
"platforms": {
18
"ios": "9.3"
19
},
20
"frameworks": [
21
"UIKit",
22
"Foundation"
23
],
24
"requires_arc": true,
25
"default_subspecs": [
26
"Core",
27
"Http"
28
],
29
"dependencies": {
30
"RxSwift": [
31
32
]
33
},
34
"subspecs": [
35
{
36
"name": "Core",
37
"source_files": "RxQuery/Core/**/*"
38
},
39
{
40
"name": "Http",
41
"source_files": [
42
"RxQuery/Core/**/*",
43
"RxQuery/Http/**/*"
44
],
45
"dependencies": {
46
"Alamofire": [
47
48
]
49
}
50
}
51
]
52
}