blob: 69fd19b42c13dff5fbbd7413408b71ffd3521f50 [file] [log] [blame]
{
"name": "MXLFriendlyError",
"version": "0.1.5",
"summary": "A library to replace nasty HTTP errors with friendly ones.",
"description": "This library provides a category on NSError that supplies localized custom error descriptions for HTTP status codes.",
"homepage": "https://github.com/mobilexlabs/MXLFriendlyError",
"license": "MIT",
"authors": {
"John Welch": "john@mobilexlabs.com"
},
"source": {
"git": "https://github.com/mobilexlabs/MXLFriendlyError.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Category",
"resources": "Resource/error.plist",
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}