blob: 1fe2c5eb081f7b62c6a9b2d19463bf731156c187 [file] [log] [blame]
{
"name": "Lucid",
"version": "0.5.0",
"summary": "Parse Moya networking errors for a more human readable error message to show to the end user.",
"description": "When building iOS apps, you need to handle the response from an API call. Maybe the response was successful. Maybe it failed because the user's Internet connection is bad. Maybe the status code was a 403 error. Maybe Moya failed parsing the response body to JSON. No matter what the case is, writing the code to handle these responses require a lot of boilerplate. With the help of Moya making it easy to work with networking calls, this plugin makes it very quick and easy to configure how your app will handle Moya network call responses.",
"homepage": "https://github.com/levibostian/Lucid",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi.bostian@gmail.com"
},
"source": {
"git": "https://github.com/levibostian/Lucid.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/levibostian",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"dependencies": {
"Moya": [
"~> 11.0.2"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/**/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 11.0.2"
],
"Lucid/Core": [
]
}
}
]
}