blob: 9437f719d8c84e38cdc84d91caccd1685cf83b8e [file] [log] [blame]
{
"name": "Astral",
"module_name": "Astral",
"version": "0.6.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An HTTP networking library that uses protocols and Futures",
"homepage": "https://github.com/hooliooo/Astral",
"description": "Astral is a minimal HTTP Networking library that aims to simplify an application's networking layer by\nabstracting the steps needed to create a network request into multiple objects. It aims to shy away\nfrom the typical network layer singleton by encapsulating each part of network request as an object.",
"authors": {
"Julio Alorro": "alorro3@gmail.com"
},
"source": {
"git": "https://github.com/hooliooo/Astral.git",
"tag": "0.6.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"BrightFutures": [
]
},
"pushed_with_swift_version": "3.0"
}