blob: 431603842cb9b4100b1e3f2274a30668135ac133 [file] [log] [blame]
{
"name": "JSErrorStackTrace",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": [
"NSError+JSErrorStackTrace.m",
"NSError+JSErrorStackTrace.h"
],
"requires_arc": false
}