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] ZJSDK 2.5.5.0
[CocoaPods.git]
/
Specs
/
d
/
7
/
9
/
NJAFNetworking
/
1.0.1
/
NJAFNetworking.podspec.json
blob
da3b525b64b82ddfa1eda859ad79d9c099f6ef21
1
{
2
"name": "NJAFNetworking",
3
"version": "1.0.1",
4
"summary": "基于AFNetworking框架的简单封装,POST请求,GET请求,上传文件,下载文件等。",
5
"homepage": "https://niefuling.com/",
6
"license": "MIT",
7
"authors": {
8
"niefuling": "785558516@qq.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/nfl404/NJAFNetworking.git",
15
"tag": "1.0.1"
16
},
17
"source_files": [
18
"NJAFNetworking",
19
"*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.1.0"
25
]
26
}
27
}