blob: 3328286888f23a765e7d747485bc2a1736e9954e [file] [log] [blame]
{
"name": "ExceptionLogger",
"version": "0.1.0",
"summary": "A lightweight exception logger that automatically stores any crashlogs in user defaults and returns when asked for.",
"description": "A lightweight exception logger that automatically stores any crashlogs in user defaults and returns when asked for.",
"homepage": "https://github.com/Ad1991/ExceptionLogger",
"license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
"authors": {
"Adarsh Rai": "adrai75@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ad1991/ExceptionLogger.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"ExceptionLogger/**/*.{h,m}"
],
"public_header_files": "ExceptionLogger/ELExceptionLogger.h",
"requires_arc": true
}