[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 8 / Leash / 3.2.0 / Leash.podspec.json
blob027026739d11dc8d737f045951603b385533b0e6
2   "name": "Leash",
3   "version": "3.2.0",
4   "summary": "Network Abstraction Layer",
5   "description": "Network Abstraction Layer in Swift.\nAlamofire, Encodable, Decodable, Interceptors, Customization, RxSwift.",
6   "homepage": "https://github.com/lucianopolit/Leash",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luciano Polit": "lucianopolit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucianopolit/Leash.git",
16     "tag": "3.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/Core/**/*.swift",
27       "dependencies": {
28         "Alamofire": [
29           "~> 5.0"
30         ]
31       }
32     },
33     {
34       "name": "Interceptors",
35       "source_files": "Source/Interceptors/*.swift",
36       "dependencies": {
37         "Leash/Core": [
39         ]
40       }
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "Source/RxSwift/*.swift",
45       "dependencies": {
46         "RxSwift": [
47           "~> 5.0"
48         ],
49         "Leash/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"