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] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git]
/
Specs
/
3
/
8
/
d
/
KJNetwork
/
0.0.9
/
KJNetwork.podspec.json
blob
a1e734a95fdcc0a08b71a86e6f36d491011a2189
1
{
2
"name": "KJNetwork",
3
"version": "0.0.9",
4
"summary": "KJNetwork",
5
"description": "TODO: 基于AFN的网络请求",
6
"homepage": "https://github.com/kj-huang/KJNetwork",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"jin": "kegem@foxmail.com"
13
},
14
"source": {
15
"git": "https://github.com/kj-huang/KJNetwork.git",
16
"tag": "0.0.9"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "KJNetwork/Classes/**/*",
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"dependencies": {
27
"AFNetworking": [
28
"~> 4.0"
29
],
30
"MJExtension": [
31
32
]
33
}
34
}