blob: 17b65edef6506be6d024dc8c6deec44092bf1310 [file] [log] [blame]
{
"name": "SLNetworkingHandler",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "网络请求",
"description": "封装Moya+RxSwift+HandyJSON网络请求框架",
"homepage": "https://github.com/2NU71AN9/SLNetworkingHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"孙梁": "1491859758@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/2NU71AN9/SLNetworkingHandler.git",
"tag": "v1.0.0"
},
"source_files": "SLNetworkingHandler/Networking/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"SVProgressHUD": [
],
"RxSwift": [
],
"RxCocoa": [
],
"RxDataSources": [
],
"SwiftyJSON": [
],
"Moya/RxSwift": [
],
"HandyJSON": [
]
}
}