blob: 007470a24b6f599181ad45eacef8c8ad9cb2339c [file] [log] [blame]
{
"name": "KYCrashHandler",
"version": "0.0.8.0",
"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.8.0"
},
"exclude_files": "CrashDemo/*.plist",
"source_files": [
"CrashDemo/Source/*",
"CrashDemo/Source/**/*",
"CrashDemo/Source/**/**/*",
"CrashDemo/*.plist"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}