blob: 7a4304ebfacbdb3dc298869ec33c18dc7502ab3c [file] [log] [blame]
{
"name": "RxNetwork",
"version": "0.11.0-beta",
"summary": "A swift network library based on Moya/RxSwift.",
"homepage": "https://github.com/Pircate/RxNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pircate": "gao497868860@163.com"
},
"source": {
"git": "https://github.com/Pircate/RxNetwork.git",
"tag": "0.11.0-beta"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "RxNetwork/Classes/Core",
"dependencies": {
"Moya/RxSwift": [
"14.0.0-alpha.1"
]
}
},
{
"name": "Cacheable",
"source_files": "RxNetwork/Classes/Cacheable",
"dependencies": {
"RxNetwork/Core": [
]
}
}
]
}