blob: 31664aafade558ba12d64ff7259e7327a888b8b7 [file] [log] [blame]
{
"name": "MITCrashHook",
"version": "0.0.2",
"summary": "MITCrashHook summary",
"homepage": "https://github.com/mcmengchen",
"license": "MIT",
"authors": {
"mcmengchen": "416922992@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mcmengchen/MitHookCrash.git",
"tag": "0.0.2"
},
"source_files": "MitCrashHook/**/*",
"libraries": [
"c",
"c++"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"fishhook": [
]
}
}