[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / BryceNetworking / 2.0.9 / BryceNetworking.podspec.json
blobac27b811744fea227051ea4a3a0bc103039d57bd
2   "name": "BryceNetworking",
3   "version": "2.0.9",
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": "2.0.9"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "watchos": "4.0"
21   },
22   "default_subspecs": "HTTP",
23   "swift_versions": "5.1",
24   "subspecs": [
25     {
26       "name": "Core",
27       "platforms": {
28         "ios": "10.0",
29         "watchos": "4.0"
30       },
31       "dependencies": {
32         "KeychainAccess": [
34         ],
35         "Alamofire": [
36           "4.9.1"
37         ],
38         "AlamofireNetworkActivityLogger": [
39           "2.4.0"
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   "swift_version": "5.1"