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