blob: 1eafed9de2f1e195e39859676edb265731a50880 [file] [log] [blame]
{
"name": "RxAstral",
"module_name": "RxAstral",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Astral": [
],
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "4.0"
}