[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 8 / Leash / 2.1.1 / Leash.podspec.json
blob3cd4edab57504a2a6b01576287604e708c5344d6
2   "name": "Leash",
3   "version": "2.1.1",
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.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.2",
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   ]