blob: b30c70ade395b0fdc3ddf6924718c82f115b236b [file] [log] [blame]
{
"name": "KYCrashHandler",
"version": "0.0.3",
"summary": "a tool to protect from crash and catch crashes.",
"homepage": "https://github.com/Deeer/KYCrashHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Koul Dela",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Deeer/KYCrashHandler.git",
"tag": "v0.0.3"
},
"source_files": [
"CrashDemo/CrashManager/*",
"CrashDemo/CrashManager/**/*",
"CrashDemo/*"
],
"exclude_files": "CrashDemo/*.plist",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}