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] SampleOTP 0.1.0
[CocoaPods.git]
/
Specs
/
5
/
e
/
c
/
RxHttp
/
1.0.1
/
RxHttp.podspec.json
blob
c6162fa8074797f95fb5c422366e23df69d3b7bf
1
{
2
"name": "RxHttp",
3
"version": "1.0.1",
4
"summary": "An iOS http utils.",
5
"description": "it is a rxhttp utils",
6
"homepage": "xxxx",
7
"license": "MIT",
8
"authors": {
9
"lishusheng": "shusheng.li@outlook.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/18257168402/RxHttp.git",
16
"tag": "1.0.1"
17
},
18
"requires_arc": true,
19
"frameworks": [
20
"Foundation",
21
"CFNetwork"
22
],
23
"source_files": "source/**/*.{h,m}",
24
"exclude_files": "",
25
"dependencies": {
26
"RxOC": [
27
"~> 1.0.1"
28
],
29
"AFNetworking": [
30
"~> 3.0"
31
],
32
"MJExtension": [
33
"~> 3.0.13"
34
]
35
}
36
}