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] MappIntelligence 5.0.13
[CocoaPods.git]
/
Specs
/
4
/
5
/
b
/
JKNetWorking
/
1.0.5
/
JKNetWorking.podspec.json
blob
faacf5967c477a4aca887f218dad58aa9cdd7670
1
{
2
"name": "JKNetWorking",
3
"version": "1.0.5",
4
"license": "MIT",
5
"summary": "Simple NetWorking Kit",
6
"homepage": "https://github.com/lwq718691587/JKNetWorking",
7
"authors": {
8
"刘伟强": "718691587@qq.com"
9
},
10
"source": {
11
"git": "https://github.com/lwq718691587/JKNetWorking.git",
12
"tag": "1.0.5"
13
},
14
"requires_arc": true,
15
"platforms": {
16
"ios": "8.0"
17
},
18
"dependencies": {
19
"AFNetworking": [
20
"~> 3.0.2"
21
]
22
},
23
"source_files": [
24
"JKNetWorking",
25
"*.{h,m}"
26
]
27
}