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