blob: f2a1fa271becaf3a18f39940350ca1f4b03f94d6 [file] [log] [blame]
{
"name": "CrashReporter",
"version": "1.0",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "MessageUI",
"homepage": "https://github.com/Nandaballabh/CrashReporter",
"summary": "This is sample code for enabling the popup after crash in iosapplication to ask user to send logs to development team",
"authors": {
"Nanda Ballabh": "nandaballabh.kec08@gmail.com"
},
"source": {
"git": "https://github.com/Nandaballabh/CrashReporter.git",
"tag": "1.0"
},
"source_files": "CrashReporter/*.{h,m}",
"requires_arc": true
}