[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 8 / 7 / AMError / 0.3.0 / AMError.podspec.json
blob7cd9eb73e92ffb8d74df818575c326188c8cf997
2   "name": "AMError",
3   "version": "0.3.0",
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.3.0"
21   },
22   "source_files": "AMError/AMError.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true