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
/
5
/
c
/
8
/
AMNetWork
/
1.0.0
/
AMNetWork.podspec.json
blob
73ed9445597d369b3b091b149c0b5b135e12ced9
1
{
2
"name": "AMNetWork",
3
"version": "1.0.0",
4
"summary": "一个轻量级的基于AFN的网络库",
5
"homepage": "https://gitee.com/zhenhuamu/AMNetWork",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"AndyMu": "andymu0601@gmail.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://gitee.com/zhenhuamu/AMNetWork.git",
18
"tag": "1.0.0"
19
},
20
"source_files": [
21
"AMNetWork",
22
"AMNetWork/NetWork/*.{h,m}"
23
],
24
"requires_arc": true,
25
"dependencies": {
26
"AFNetworking": [
27
28
]
29
}
30
}