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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
c
/
2
/
5
/
XPLog
/
1.0.0
/
XPLog.podspec.json
blob
55e422a2607d94efa384f3357f31c0115ace104f
1
{
2
"name": "XPLog",
3
"version": "1.0.0",
4
"summary": "日志",
5
"description": "根据级别打印日志,并且重定向到指定文件中",
6
"homepage": "https://github.com/XiaopoLi/XPLog",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"Xiaopo Li": "xiaopoli1024@gmail.com"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"source": {
18
"git": "https://github.com/XiaopoLi/XPLog.git",
19
"tag": "1.0.0"
20
},
21
"source_files": "*.{h,m}",
22
"public_header_files": "*.h",
23
"requires_arc": true
24
}