blob: 4a9e90ca41db86a65c238417ff2d1d53113623d6 [file] [log] [blame]
{
"name": "BFAstral",
"module_name": "BFAstral",
"version": "1.4.0",
"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": "1.4.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "11.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Astral": [
],
"BrightFutures": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}