blob: 86f4176f68765ab2298c9ec2432eb79e5c4794b3 [file] [log] [blame]
{
"name": "CleanRequest",
"version": "1.0.0",
"summary": "Network based on Moya",
"homepage": "https://github.com/wangcy90/CleanRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WangChongyang": "chongyangfly@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wangcy90/CleanRequest.git",
"tag": "1.0.0"
},
"default_subspecs": "Core",
"swift_versions": "5.0",
"cocoapods_version": ">= 1.7.4",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "CleanRequest/Core/",
"dependencies": {
"Moya": [
"~> 13.0.1"
],
"HandyJSON": [
"~> 5.0.0"
],
"SwiftyJSON": [
"~> 5.0.0"
]
}
},
{
"name": "RxSwift",
"source_files": "CleanRequest/RxCleanRequest/",
"dependencies": {
"CleanRequest/Core": [
],
"Moya/RxSwift": [
]
}
}
]
}