blob: 583989d11090a8f183a23c291d7645a1c36cf5fa [file] [log] [blame]
{
"name": "RxAstral",
"module_name": "RxAstral",
"version": "0.1.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An Rx extension to Astral, an HTTP networking library that uses protocols and Futures",
"homepage": "https://github.com/hooliooo/RxAstral",
"authors": {
"Julio Alorro": "alorro3@gmail.com"
},
"source": {
"git": "https://github.com/hooliooo/RxAstral.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Astral": [
],
"RxSwift": [
]
},
"swift_version": "4.0"
}