blob: 3c47652e4f0b68e8d3ff816edb0016906ac95c09 [file] [log] [blame]
{
"name": "CrashTool",
"version": "1.0.0",
"summary": "A avoid crash tool for iOS.",
"homepage": "https://github.com/GDAwen/CrashTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew": "h20121028@126.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/GDAwen/CrashTool.git",
"tag": "1.0.0"
},
"source_files": "CrashTool/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}