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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
4
/
6
/
8
/
YJNetwork
/
1.0.3
/
YJNetwork.podspec.json
blob
77b3686fd0914a5cb954f42e5ee7b8d267308b5d
1
{
2
"name": "YJNetwork",
3
"version": "1.0.3",
4
"summary": "离散型网络请求",
5
"description": "离散型网络请求,减少网络请求crash",
6
"homepage": "https://github.com/full-of-fire/YJNetworking",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"full-of-fire": "591730822@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/full-of-fire/YJNetworking.git",
16
"tag": "1.0.3"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "YJNetwork/Classes/**/*",
22
"dependencies": {
23
"AFNetworking": [
24
25
],
26
"MJExtension": [
27
28
]
29
}
30
}