blob: 05caa217959bd1a7e0143744fc1f27fb8972a2f8 [file] [log] [blame]
{
"name": "MoyaMapper",
"version": "0.0.7",
"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": "0.0.7"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "MoyaMapper/Classes/Core",
"dependencies": {
"Moya": [
">= 11.0.0"
],
"SwiftyJSON": [
]
}
},
{
"name": "Rx",
"source_files": "MoyaMapper/Classes/Rx",
"dependencies": {
"MoyaMapper/Core": [
],
"Moya/RxSwift": [
">= 11.0.0"
],
"RxSwift": [
]
}
}
]
}