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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
c
/
6
/
b
/
LZDLog
/
1.0.1
/
LZDLog.podspec.json
blob
5b1ae1bdf63ee56a6f35868a171e25020387063a
1
{
2
"name": "LZDLog",
3
"version": "1.0.1",
4
"summary": "在输出前自动添加时间",
5
"description": "可以在打印信息前自动显示日期",
6
"homepage": "https://github.com/dioq/MyFramework",
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/MyFramework.git",
19
"tag": "1.0.1"
20
},
21
"source_files": [
22
"LZDLog",
23
"LZDLog/*.{h,m}"
24
],
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"requires_arc": true
30
}