[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / BryceNetworking / 1.1.3 / BryceNetworking.podspec.json
blobe2eabbaae2fb493ae1e6e5cd89cfa099033579a7
2   "name": "BryceNetworking",
3   "version": "1.1.3",
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.1.3"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0",
21     "watchos": "4.0"
22   },
23   "default_subspecs": "HTTP",
24   "subspecs": [
25     {
26       "name": "Core",
27       "platforms": {
28         "ios": "10.0",
29         "watchos": "4.0"
30       },
31       "dependencies": {
32         "KeychainAccess": [
34         ],
35         "Alamofire": [
37         ],
38         "AlamofireNetworkActivityLogger": [
40         ],
41         "CodableAlamofire": [
43         ]
44       },
45       "source_files": "Bryce/Classes/Core/*.{swift}"
46     },
47     {
48       "name": "HTTP",
49       "platforms": {
50         "ios": "10.0",
51         "watchos": "4.0"
52       },
53       "source_files": "Bryce/Classes/HTTP/*.{swift}",
54       "dependencies": {
55         "BryceNetworking/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Keychain",
62       "platforms": {
63         "ios": "10.0",
64         "watchos": "4.0"
65       },
66       "source_files": "Bryce/Classes/Keychain/*.{swift}",
67       "dependencies": {
68         "BryceNetworking/Core": [
70         ]
71       }
72     },
73     {
74       "name": "Promises",
75       "platforms": {
76         "ios": "10.0",
77         "watchos": "4.0"
78       },
79       "source_files": "Bryce/Classes/Promises/*.{swift}",
80       "dependencies": {
81         "BryceNetworking/Core": [
83         ],
84         "PromiseKit/Alamofire": [
86         ]
87       }
88     }
89   ]