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] MapboxNavigationCoreUnofficial 3.5.1
[CocoaPods.git]
/
Specs
/
2
/
4
/
e
/
XZNetWork
/
0.0.2
/
XZNetWork.podspec.json
blob
df026d992596cd7fcd854e32fec0c2068b34586e
1
{
2
"name": "XZNetWork",
3
"version": "0.0.2",
4
"summary": "网络请求封装",
5
"description": "网络请求依赖请求,捆绑请求",
6
"homepage": "https://github.com/xiezefeng/XZNetWork",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"xiexiaofeng": "815040727@qq.com"
13
},
14
"platforms": {
15
"ios": "10.0"
16
},
17
"source": {
18
"git": "https://github.com/xiezefeng/XZNetWork.git",
19
"tag": "0.0.2"
20
},
21
"source_files": "XZNetwork/*.{h,m}",
22
"requires_arc": true,
23
"frameworks": [
24
"Foundation",
25
"UIKit"
26
],
27
"dependencies": {
28
"AFNetworking": [
29
"~> 4.0.0"
30
]
31
}
32
}