[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / d / f / 8 / Leash / 2.3.0 / Leash.podspec.json
blob3e15bd008bfa16962733cfdf5bfd2f2f1d34a58a
2   "name": "Leash",
3   "version": "2.3.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": "2.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "4.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/Core/**/*.swift",
27       "dependencies": {
28         "Alamofire": [
29           "~> 4.5"
30         ]
31       }
32     },
33     {
34       "name": "RxSwift",
35       "source_files": "Source/RxSwift/*.swift",
36       "dependencies": {
37         "RxSwift": [
38           "~> 4.0"
39         ],
40         "Leash/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Interceptors",
47       "source_files": "Source/Interceptors/*.swift",
48       "dependencies": {
49         "Leash/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "4.0"