blob: 7ada4b920ada4d1a57ace0a6c8b2f0c09c49b997 [file] [log] [blame]
{
"name": "JSErrorStackTrace",
"version": "1.0.0",
"summary": "Category on NSError that stores the stack trace of the creation of the NSError object for later retrieval.",
"homepage": "https://github.com/JaviSoto/JSErrorStackTrace",
"license": "MIT",
"authors": {
"Javier Soto": "ios@javisoto.es"
},
"source": {
"git": "https://github.com/JaviSoto/JSErrorStackTrace.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": [
"NSError+JSErrorStackTrace.m",
"NSError+JSErrorStackTrace.h"
],
"requires_arc": false
}