[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 1 / SLNetworkingHandler / 1.0.4 / SLNetworkingHandler.podspec.json
blob97f0baf1ab0577b6288e4b8f462b6fc6cf4dc30c
2   "name": "SLNetworkingHandler",
3   "version": "1.0.4",
4   "swift_version": "4.1",
5   "summary": "网络请求",
6   "description": "封装Moya+RxSwift+HandyJSON网络请求框架",
7   "homepage": "https://github.com/2NU71AN9/SLNetworkingHandler",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "孙梁": "1491859758@qq.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/2NU71AN9/SLNetworkingHandler.git",
20     "tag": "v1.0.4"
21   },
22   "source_files": "SLNetworkingHandler/Networking/*.{h,m,swift}",
23   "resources": "SLNetworkingHandler/Networking/*.bundle",
24   "requires_arc": true,
25   "dependencies": {
26     "SVProgressHUD": [
28     ],
29     "RxSwift": [
31     ],
32     "RxCocoa": [
34     ],
35     "RxDataSources": [
37     ],
38     "SwiftyJSON": [
40     ],
41     "Moya/RxSwift": [
43     ],
44     "HandyJSON": [
46     ]
47   }