blob: bfb64719833c726e89b2e224ae57ab3535e5d0cb [file] [log] [blame]
{
"name": "HHPGNetWork",
"version": "0.1.8",
"summary": "RxSwift & Alamofire 网络库",
"description": "TODO: RxSwift封装络请求封, 包含了网络请求,数据解析.",
"homepage": "https://github.com/manfengjun/HHPGNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manfengjun": "chinafengjun@gmail.com"
},
"source": {
"git": "https://github.com/manfengjun/HHPGNetWork.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "10.0"
},
"dependencies": {
"RxCocoa": [
],
"HandyJSON": [
]
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"Moya": [
]
},
"source_files": "HHPGNetWork/Classes/Core/**/*"
},
{
"name": "Rx",
"dependencies": {
"HHPGNetWork/Core": [
],
"Moya/RxSwift": [
]
},
"source_files": "HHPGNetWork/Classes/Rx/**/*"
}
]
}