blob: 422190e7a7df1524c1df7a96a42f0a5b0aa6e022 [file] [log] [blame]
{
"name": "SLogTool",
"version": "0.2.1",
"summary": "log tool",
"description": "log tool,include local cache",
"homepage": "https://github.com/Ystarz/SLog.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sss": "sujianfu199@qq.com"
},
"source": {
"git": "https://github.com/Ystarz/SLog.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"ios": {
"source_files": [
"Classes/**/*.{h,m}",
"iOS/*.{h,m}"
]
},
"osx": {
"source_files": [
"Classes/**/*.{h,m}",
"Mac/*.{h,m}"
]
},
"dependencies": {
"SDataTools": [
],
"CocoaLumberjack": [
]
}
}