blob: 920678affe585a28996eebd6dfa91e5f0010f83f [file] [log] [blame]
{
"name": "MoyaMapper",
"version": "1.2.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": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "MoyaMapper/Classes/Core/**/*",
"dependencies": {
"Moya": [
">= 11.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": [
">= 11.0.0"
],
"RxSwift": [
]
}
},
{
"name": "RxCache",
"source_files": "MoyaMapper/Classes/RxCache/**/*",
"dependencies": {
"MoyaMapper/Rx": [
],
"MoyaMapper/MMCache": [
]
}
}
]
}