[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / BryceNetworking / 3.0.1 / BryceNetworking.podspec.json
blobb537460130df675cb07244cfe9ae92392016b630
2   "name": "BryceNetworking",
3   "version": "3.0.1",
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": "3.0.1"
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         "Alamofire": [
33           "~> 5.0"
34         ],
35         "AlamofireNetworkActivityLogger": [
36           "~> 3.0"
37         ]
38       },
39       "source_files": "Bryce/Classes/Core/*.{swift}"
40     },
41     {
42       "name": "HTTP",
43       "platforms": {
44         "ios": "10.0",
45         "watchos": "4.0"
46       },
47       "source_files": "Bryce/Classes/HTTP/*.{swift}",
48       "dependencies": {
49         "BryceNetworking/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.1"