blob: 6bba9b150fc088eb6196605b7a888384a7673aad [file] [log] [blame]
{
"name": "SLogTool",
"version": "0.1.0",
"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.1.0"
},
"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": [
]
}
}