blob: ddb030352842f24a5e1ded6e6f89ee064d3e5d8d [file] [log] [blame]
{
"name": "ExceptionLogger",
"version": "1.0.0",
"summary": "A lightweight exception logger for iOS applications",
"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": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adarsh Rai": "adrai75@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ad1991/ExceptionLogger.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"ExceptionLogger/**/*.{h,m}"
],
"public_header_files": [
"ExceptionLogger/ELExceptionLogger.h",
"ExceptionLogger/ExceptionLogger.h"
],
"requires_arc": true
}