[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 1 / 0 / Hyperspace / 4.1.0 / Hyperspace.podspec.json
blob37f7352a1c42bcaccc33327119fc40620dfbf74a
2   "name": "Hyperspace",
3   "version": "4.1.0",
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": "4.1.0"
17   },
18   "swift_versions": "5.5",
19   "platforms": {
20     "ios": "12.0",
21     "tvos": "12.0",
22     "watchos": "6.0",
23     "osx": "10.15"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/Core/**/*",
31         "Sources/Async/**/*"
32       ]
33     },
34     {
35       "name": "Pinning",
36       "dependencies": {
37         "Hyperspace/Core": [
39         ]
40       },
41       "source_files": "Sources/Certificate\\ Pinning/**/*"
42     }
43   ],
44   "swift_version": "5.5"