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