blob: 7733394c2b2ec0bc8af3ef33bd3a58b1a5947059 [file] [log] [blame]
{
"name": "MXCrashHandler",
"version": "1.0.1",
"summary": "An easy-to-use class to handle crash on iOS.",
"description": "The first version of MXCrashHandler, an easy-to-use class to handle crash on iOS.",
"homepage": "https://github.com/Meniny/MXCrashHandler-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Meniny/MXCrashHandler-in-Objective-C.git",
"tag": "1.0.1"
},
"source_files": "MXCrashHandler/*",
"frameworks": [
"Foundation",
"UIKit"
]
}