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] GluedInSDK 2.5.1
[CocoaPods.git]
/
Specs
/
2
/
d
/
0
/
RMNetwork
/
0.1.4
/
RMNetwork.podspec.json
blob
a320bb43aa42e9f264e3d2c702b7a20b0dfb3345
1
{
2
"name": "RMNetwork",
3
"version": "0.1.4",
4
"summary": "For AFNetworking 3.x.",
5
"homepage": "https://github.com/lweisNoN/RMNetWork",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"luhai": "18221536574@163.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/lweisNoN/RMNetwork.git",
18
"tag": "0.1.4"
19
},
20
"source_files": "RMNetWork/*.{h,m}",
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.0"
25
]
26
}
27
}