blob: ff42744e0088a81713dd4b267434d742c1e7fcfb [file] [log] [blame]
{
"name": "Hyperspace",
"version": "2.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": "2.1.0"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/Hyperspace/**/*",
"dependencies": {
"Result": [
"~> 4.0"
]
}
}