[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / BryceNetworking / 1.4.0 / BryceNetworking.podspec.json
blob7b25687f8207b42cc453d1d9ba8a30598545ee49
2   "name": "BryceNetworking",
3   "version": "1.4.0",
4   "summary": "Bryce is a simplified URLSession wrapper designed to make HTTP networking easy.",
5   "description": "Bryce makes HTTP networking easy by providing a single-layer wrapper around URLSession, and provides a seamless interface to help construct your REST API client.",
6   "homepage": "https://github.com/erusso1/Bryce",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "erusso1": "ephraim.s.russo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/erusso1/Bryce.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "watchos": "4.0"
21   },
22   "default_subspecs": "HTTP",
23   "swift_versions": "5.0",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "platforms": {
29         "ios": "10.0",
30         "watchos": "4.0"
31       },
32       "dependencies": {
33         "KeychainAccess": [
35         ],
36         "Alamofire": [
38         ],
39         "AlamofireNetworkActivityLogger": [
41         ],
42         "CodableAlamofire": [
44         ]
45       },
46       "source_files": "Bryce/Classes/Core/*.{swift}"
47     },
48     {
49       "name": "HTTP",
50       "platforms": {
51         "ios": "10.0",
52         "watchos": "4.0"
53       },
54       "source_files": "Bryce/Classes/HTTP/*.{swift}",
55       "dependencies": {
56         "BryceNetworking/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Promises",
63       "platforms": {
64         "ios": "10.0",
65         "watchos": "4.0"
66       },
67       "source_files": "Bryce/Classes/Promises/*.{swift}",
68       "dependencies": {
69         "BryceNetworking/Core": [
71         ],
72         "PromiseKit/Alamofire": [
74         ]
75       }
76     }
77   ]