[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 0 / Hyperspace / 1.1.1 / Hyperspace.podspec.json
blob4f823564a9746dd65c7bb4faa9a5eceac7d6b9b3
2   "name": "Hyperspace",
3   "version": "1.1.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": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/Hyperspace/**/*",
24   "dependencies": {
25     "Result": [
26       "~> 3.2.4"
27     ]
28   }