[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / e / a / MXLFriendlyError / 0.1.3 / MXLFriendlyError.podspec.json
blob7773192459703cdf19ad7454373f40fcdfd24324
2   "name": "MXLFriendlyError",
3   "version": "0.1.3",
4   "summary": "A library to replace nasty HTTP errors with friendly ones.",
5   "description": "This library provides a category on NSError that supplies localized custom error descriptions for HTTP status codes.",
6   "homepage": "https://github.com/mobilexlabs/MXLFriendlyError",
7   "license": "MIT",
8   "authors": {
9     "John Welch": "john@mobilexlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/mobilexlabs/MXLFriendlyError.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Category",
20   "resources": "Resource/error.plist",
21   "libraries": "c++",
22   "xcconfig": {
23     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
24     "CLANG_CXX_LIBRARY": "libc++"
25   }