blob: c5a3c81781f05c564bfc7c128d85ff7e51a2b80c [file] [log] [blame]
{
"name": "Debugger",
"version": "0.0.1",
"summary": "An in-app debugging tool for iOS.",
"description": "An in-app debugging tool for iOS",
"homepage": "https://github.com/Joe0708/Debugger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe": "joesir7@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Joe0708/Debugger.git",
"tag": "0.0.1"
},
"source_files": "DebuggerExample/Debugger/Classes/**/*",
"resources": "DebuggerExample/Debugger/Assets/*.png",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SandboxBrowser": [
],
"SpreadsheetView": [
]
},
"pushed_with_swift_version": "3.0"
}