blob: be19dd9b8e9bd1b58c0dc6fd7ccebcf13fcde8ce [file] [log] [blame]
{
"name": "MTCrashProtector",
"version": "0.0.5",
"summary": "To help APPs to get free from common crash such as `unregconized Selector`, `dealloc without removing observer` and `forget Timer invalidate issue` etc",
"description": "Empty Now",
"homepage": "https://github.com/Nanfo1Fhzh/CrashProtector",
"license": "MIT",
"authors": {
"kuangjeon": "tgq@meitu.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Nanfo1Fhzh/CrashProtector.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}