blob: 0e6755e7cb5e7c77b553c92a0fbfa9a57a9ae609 [file] [log] [blame]
{
"name": "AMError",
"version": "0.2.7",
"summary": "An enhanced NSError subclass.",
"description": "* Accessors for all common 'UserInfo' keys\n* Adds a mutable subclasses, AMMutableError\n* Easily add source (file, line) with provided macros\n* Reads localizedDescriptions from strings tables",
"homepage": "https://github.com/amrox/AMError",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy Mroczkowski": "andy@mrox.net"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/amrox/AMError.git",
"tag": "0.2.7"
},
"source_files": "AMError/AMError.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}