blob: 6b4c8b813231f40c8b00a3a432c4ae91d338bf8d [file] [log] [blame]
{
"name": "KYCrashHandler",
"version": "0.0.7",
"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": "10.0"
},
"source": {
"git": "https://github.com/Deeer/KYCrashHandler.git",
"tag": "v0.0.7"
},
"exclude_files": "CrashDemo/*.plist",
"source_files": [
"CrashDemo/Source/*",
"CrashDemo/Source/**/*",
"CrashDemo/Source/**/**/*",
"CrashDemo/*.plist"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}