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] MoneyHashPayment 2.2.14
[CocoaPods.git]
/
Specs
/
4
/
e
/
3
/
SLogTool
/
0.2.5
/
SLogTool.podspec.json
blob
851f3e5dae3580363feeb58ff9bc40ab96ba2681
1
{
2
"name": "SLogTool",
3
"version": "0.2.5",
4
"summary": "log tool",
5
"description": "log tool,include local cache",
6
"homepage": "https://github.com/Ystarz/SLog.git",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"sss": "sujianfu199@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/Ystarz/SLog.git",
16
"tag": "0.2.5"
17
},
18
"platforms": {
19
"ios": "9.3",
20
"osx": "10.10"
21
},
22
"ios": {
23
"source_files": [
24
"Classes/**/*.{h,m}",
25
"iOS/*.{h,m}"
26
]
27
},
28
"osx": {
29
"source_files": [
30
"Classes/**/*.{h,m}",
31
"Mac/*.{h,m}"
32
]
33
},
34
"dependencies": {
35
"SDataTools": [
36
37
],
38
"CocoaLumberjack": [
39
40
]
41
}
42
}