blob: 73ccb91f732726655ebf93cf0fb84e5ffbe8597f [file] [log] [blame]
{
"name": "Astral",
"module_name": "Astral",
"version": "0.6.3",
"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 simply 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.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"BrightFutures": [
]
},
"pushed_with_swift_version": "3.0"
}