[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / f / 8 / 7 / AMError / 0.2.7 / AMError.podspec.json
blob0e6755e7cb5e7c77b553c92a0fbfa9a57a9ae609
2   "name": "AMError",
3   "version": "0.2.7",
4   "summary": "An enhanced NSError subclass.",
5   "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",
6   "homepage": "https://github.com/amrox/AMError",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy Mroczkowski": "andy@mrox.net"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/amrox/AMError.git",
20     "tag": "0.2.7"
21   },
22   "source_files": "AMError/AMError.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true