blob: d7b8f1b13c6184a22f186eee1e152f27937ee5de [file] [log] [blame]
{
"name": "Hyperspace",
"version": "1.1.0",
"summary": "An extremely lightweight wrapper around URLSession to make working with APIs a breeze.",
"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.",
"homepage": "https://github.com/BottleRocketStudios/iOS-Hyperspace",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Tyler Milner": "tyler.milner@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/BottleRocketStudios/iOS-Hyperspace.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/Hyperspace/**/*",
"dependencies": {
"Result": [
"~> 3.2.4"
]
}
}