blob: 848b6382bee461b351ed68266c4dad461d8ecd3e [file] [log] [blame]
{
"name": "SUDebug",
"version": "0.4",
"summary": "A debug tool based on PeerTalk and AsyncSocket",
"homepage": "https://github.com/suidongyang/SUDebug",
"license": "MIT",
"authors": {
"SU": "suidongyangf@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/suidongyang/SUDebug.git",
"tag": "0.4"
},
"source_files": [
"SUDebug/Libs/**/*.{h,m}",
"SUDebug/Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
]
}
}