blob: 0cc9f0519cc09886c001a029312c7f727a65fba0 [file] [log] [blame]
{
"name": "MoyaMapper",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "MoyaMapper/Classes/Core",
"dependencies": {
"Moya": [
"~> 11.0.2"
],
"SwiftyJSON": [
]
}
},
{
"name": "Rx",
"source_files": "MoyaMapper/Classes/Rx",
"dependencies": {
"MoyaMapper/Core": [
],
"Moya/RxSwift": [
"~> 11.0.2"
],
"RxSwift": [
"~> 4.1.2"
]
}
}
]
}