blob: ae139211403108d8460ee5352d314b6dc13b23d2 [file] [log] [blame]
{
"name": "WLReqKit",
"version": "0.1.8",
"summary": "A Lib For req.",
"description": "面向协议的Alamofire、RxSwift封装",
"homepage": "https://github.com/StoneStoneStoneWang/WLReqKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLReqKit.git",
"tag": "0.1.8"
},
"source_files": "Code/**/*.{swift}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"subspecs": [
{
"name": "RXReq",
"source_files": "Code/RXReq/*.{swift}",
"dependencies": {
"Alamofire": [
]
}
},
{
"name": "Error",
"source_files": "Code/Error/*.{swift}",
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
]
}
},
{
"name": "Func",
"source_files": "Code/Func/*.{swift}",
"dependencies": {
"Alamofire": [
],
"RxSwift": [
],
"WLReqKit/RXReq": [
],
"WLReqKit/Error": [
],
"WLToolsKit/Image": [
]
}
}
],
"swift_version": "5.0"
}