blob: 7a42e283f7ee8307191d32ec7ce3ed00f2ccd05d [file] [log] [blame]
{
"name": "SLNetworkingHandler",
"version": "1.0.2",
"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.2"
},
"source_files": "SLNetworkingHandler/Networking/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"SVProgressHUD": [
],
"RxSwift": [
],
"RxCocoa": [
],
"RxDataSources": [
],
"SwiftyJSON": [
],
"Moya/RxSwift": [
],
"HandyJSON": [
]
}
}