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] flutter_sound_core 9.19.0
[CocoaPods.git]
/
Specs
/
b
/
0
/
8
/
LZDNetwork
/
0.0.1
/
LZDNetwork.podspec.json
blob
9676b80d1b0e4a16f91719a99ddcc89275b834d5
1
{
2
"name": "LZDNetwork",
3
"version": "0.0.1",
4
"summary": "自己封装了一个网络库",
5
"description": "自己封装了一个网络库,可以根据自己的需求添加一些特别功能",
6
"homepage": "https://github.com/dioq/LZDNetwork",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"dioq": "zhendong2011@live.cn"
13
},
14
"platforms": {
15
"ios": "15.0"
16
},
17
"source": {
18
"git": "https://github.com/dioq/LZDNetwork.git",
19
"tag": "0.0.1"
20
},
21
"source_files": [
22
"MySDK",
23
"MySDK/*.{h,m}"
24
],
25
"frameworks": "Foundation",
26
"requires_arc": true
27
}