blob: 431b57b4b8ad7088760e9603152159502d45a9f8 [file] [log] [blame]
{
"name": "SUDebug",
"version": "0.5",
"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.5"
},
"source_files": "SUDebug/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
]
},
"subspecs": [
{
"name": "PeerTalk",
"source_files": "SUDebug/PeerTalk/*.{h,m}"
}
]
}