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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
4
/
5
/
9
/
HHZNetwork
/
0.0.2
/
HHZNetwork.podspec.json
blob
254e5f1374767ebcabc4a3f809b15ddbbe57feee
1
{
2
"name": "HHZNetwork",
3
"version": "0.0.2",
4
"summary": "网络",
5
"description": "陈哲是个好孩子-网络",
6
"homepage": "https://github.com/chenzhe555/HHZNetwork",
7
"license": {
8
"type": "MIT",
9
"file": "FILE_LICENSE"
10
},
11
"authors": {
12
"chenzhe555": "376811578@qq.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/chenzhe555/HHZNetwork.git",
19
"tag": "0.0.2"
20
},
21
"frameworks": [
22
"UIKit",
23
"Foundation"
24
],
25
"dependencies": {
26
"AFNetworking": [
27
"~> 3.1.0"
28
],
29
"HHZUtils": [
30
"~> 0.0.2"
31
]
32
},
33
"subspecs": [
34
{
35
"name": "HHZNetwork",
36
"subspecs": [
37
{
38
"name": "http",
39
"source_files": "HHZNetwork/http/*.{h,m}"
40
}
41
]
42
}
43
]
44
}