blob: 52dae5c23fae6ec78e0a1da313108be9fa29296a [file] [log] [blame]
{
"name": "BFAstral",
"module_name": "BFAstral",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Astral": [
],
"BrightFutures": [
]
},
"swift_version": "4.0"
}