blob: 33e0fe0a2bf72a9194cc7ddcc18c0bd0c5f759ed [file] [log] [blame]
{
"name": "WLReqKit",
"version": "0.0.6",
"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": "9.0"
},
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLReqKit.git",
"tag": "0.0.6"
},
"source_files": "Code/**/*.{swift}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"dependencies": {
"Alamofire": [
],
"RxSwift": [
],
"RxCocoa": [
],
"ObjectMapper": [
]
}
}