blob: f9d669f8aa3f11802b55878ad14f838b3b840288 [file] [log] [blame]
{
"name": "Moya-Decodable",
"version": "0.1.0",
"summary": "Decodable mappings for Moya network requests",
"description": "Extensions to simplify mapping Moya responses using Decodable",
"homepage": "https://github.com/xiaoyaogaojian/Moya-Decodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gao Jian": "xiaoyaogaojian@outlook.com"
},
"source": {
"git": "https://github.com/xiaoyaogaojian/Moya-Decodable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Moya-Decodable/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxMoya-Decodable/**/*.swift",
"dependencies": {
"Moya-Decodable/Core": [
],
"Moya": [
],
"RxSwift": [
">= 4.0.0-beta.0"
]
}
}
]
}