blob: 6d52d9a4d76d3bb5500e7ded0fc4aab275030c12 [file] [log] [blame]
{
"name": "QYCrashProtector",
"version": "1.0.5",
"summary": "app crash protector.",
"description": "Can effectively protect the App is not easy to crash.",
"homepage": "https://github.com/qiaoyoung/QYCrashProtector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"joeyoung": "393098486@qq.com"
},
"source": {
"git": "https://github.com/qiaoyoung/QYCrashProtector.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "QYCrashProtector/QYCrashProtector.h",
"source_files": "QYCrashProtector/*",
"subspecs": [
{
"name": "QYUtils",
"source_files": "QYCrashProtector/QYUtils/*.{h,m}"
},
{
"name": "QYContainer",
"source_files": "QYCrashProtector/QYContainer/*.{h,m}",
"dependencies": {
"QYCrashProtector/QYUtils": [
]
}
}
]
}