blob: 6a54a97a5e39fd43197567f2feace37431180744 [file] [log] [blame]
{
"name": "BFAstral",
"module_name": "BFAstral",
"version": "0.1.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extension to Astral that uses BrightFutures as the abstraction of asynchronous programming",
"homepage": "https://github.com/hooliooo/BFAstral",
"authors": {
"Julio Alorro": "alorro3@gmail.com"
},
"source": {
"git": "https://github.com/hooliooo/BFAstral.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "9.3",
"osx": "10.11",
"tvos": "11.0",
"watchos": "4.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Astral": [
],
"BrightFutures": [
]
},
"swift_version": "4.0"
}