blob: 68988aefc9bc735772363f2f5a5b19d61584936e [file] [log] [blame]
{
"name": "MoyaMapper",
"version": "3.0.0",
"summary": "基于Moya+SwiftyJSON,使解析Response更加方便",
"description": "MoyaMapper可以更加方便的解析Response,提供RxSwift拓展",
"homepage": "https://github.com/LinXunFeng/MoyaMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LinXunFeng": "598600855@qq.com"
},
"source": {
"git": "https://github.com/LinXunFeng/MoyaMapper.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "MoyaMapper/Classes/Core/**/*",
"dependencies": {
"Moya": [
">= 14.0.0"
],
"SwiftyJSON": [
]
}
},
{
"name": "MMCache",
"source_files": "MoyaMapper/Classes/MMCache/**/*",
"dependencies": {
"MoyaMapper/Core": [
],
"Cache": [
]
}
},
{
"name": "Rx",
"source_files": "MoyaMapper/Classes/Rx/**/*",
"dependencies": {
"MoyaMapper/Core": [
],
"Moya/RxSwift": [
">= 14.0.0"
],
"RxSwift": [
]
}
},
{
"name": "RxCache",
"source_files": "MoyaMapper/Classes/RxCache/**/*",
"dependencies": {
"MoyaMapper/Rx": [
],
"MoyaMapper/MMCache": [
]
}
}
],
"swift_version": "5.0"
}