[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / e / c / BryceNetworking / 2.0.1 / BryceNetworking.podspec.json
blob334745b0cef041e9447ead0efdec4c4dbe1d1866
2   "name": "BryceNetworking",
3   "version": "2.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": "2.0.1"
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   ]