[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / c / 4 / 1 / SLNetworkingHandler / 1.0.1 / SLNetworkingHandler.podspec.json
blob254309c3f28a6e3bf196f4ee8f6e17e9cae7a858
2   "name": "SLNetworkingHandler",
3   "version": "1.0.1",
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.1"
21   },
22   "source_files": "SLNetworkingHandler/Networking/*.{h,m,swift}",
23   "requires_arc": true,
24   "dependencies": {
25     "SVProgressHUD": [
27     ],
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ],
34     "RxDataSources": [
36     ],
37     "SwiftyJSON": [
39     ],
40     "Moya/RxSwift": [
42     ],
43     "HandyJSON": [
45     ]
46   }