[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / e / a / MXLFriendlyError / 0.1.4 / MXLFriendlyError.podspec.json
blob6c6fdfac31f2d28d5f85ce109895063588c166fc
2   "name": "MXLFriendlyError",
3   "version": "0.1.4",
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.4"
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   }