blob: 3a0751a7189778396c6c15f537f562e37f083e7e [file] [log] [blame]
{
"name": "HXCrashProtection",
"version": "0.0.1",
"summary": "基础防护常用系统类使用崩溃",
"homepage": "https://github.com/yiyucanglang",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dahuanxiong": "xinlixuezyj@163.com"
},
"source": {
"git": "https://github.com/yiyucanglang/HXCrashProtection.git",
"tag": "0.0.1"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"*{h}",
"Container/*{h}",
"NSNotification/*{h}",
"NSNull/*{h}",
"NSTimer/*{h}",
"String/*{h}"
],
"source_files": [
"*.{h,m}",
"Container/*.{h,m}",
"NSNotification/*.{h,m}",
"NSNull/*.{h,m}",
"NSTimer/*.{h,m}",
"String/*.{h,m}"
],
"dependencies": {
"RSSwizzle": [
]
}
}