| { |
| "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 |
| } |