[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / f / 8 / 7 / AMError / 0.2.8 / AMError.podspec.json
blobfff7937d763cfb9a95d604e255428e71041be288
2   "name": "AMError",
3   "version": "0.2.8",
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": "a@mrox.co"
13   },
14   "platforms": {
15     "ios": "8.4",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/amrox/AMError.git",
20     "tag": "0.2.8"
21   },
22   "source_files": "AMError/AMError.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true