blob: ee853c522910ba73a29fa469179e33340efdc1c6 [file] [log] [blame]
{
"name": "KYCrashHandler",
"version": "0.0.6",
"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.6"
},
"source_files": [
"CrashDemo/KYCrashHandler/*",
"CrashDemo/Headers/*",
"CrashDemo/*"
],
"public_header_files": "CrashDemo/Headers/*.h",
"exclude_files": "CrashDemo/*.plist",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}