blob: cb7b1b3b0a2bdbdda12863c92072bf69db2a2d0d [file] [log] [blame]
{
"name": "MoyaMapper",
"version": "0.1.2",
"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.1.2"
},
"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": [
]
}
}
]
}