[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 0 / Hyperspace / 3.2.1 / Hyperspace.podspec.json
blob01f649d193c5f08f7d56626d1a22ee6fcfd35115
2   "name": "Hyperspace",
3   "version": "3.2.1",
4   "summary": "An extremely lightweight wrapper around URLSession to make working with APIs a breeze.",
5   "description": "Hyperspace attempts to take the boilerplate out of working with HTTP in your app.\nUnlike other networking libraries, the goal of Hyperspace is to keep things simple and maintain a minimal (but useful) feature set.",
6   "homepage": "https://github.com/BottleRocketStudios/iOS-Hyperspace",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Tyler Milner": "tyler.milner@bottlerocketstudios.com"
13   },
14   "source": {
15     "git": "https://github.com/BottleRocketStudios/iOS-Hyperspace.git",
16     "tag": "3.2.1"
17   },
18   "swift_version": "5.0",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Hyperspace/**/*"
29     },
30     {
31       "name": "Futures",
32       "dependencies": {
33         "BrightFutures": [
34           "~> 8.0.0"
35         ],
36         "Hyperspace/Core": [
38         ]
39       },
40       "source_files": "Sources/Futures/**/*"
41     },
42     {
43       "name": "Pinning",
44       "dependencies": {
45         "Hyperspace/Core": [
47         ]
48       },
49       "source_files": "Sources/Certificate\\ Pinning/**/*",
50       "platforms": {
51         "ios": "10.0",
52         "watchos": "3.0",
53         "tvos": "10.0"
54       }
55     }
56   ]