blob: 469593ecab430deca71631a1707bdb9975a9fcfc [file] [log] [blame]
{
"name": "JetToTheFuture",
"version": "0.5.0",
"summary": "safely `forced()` to get to the BrightFutures.Future values",
"description": "brings forced future block to safely `forced()` just on the main thread.\nits usecase is mainly for command-line and testcases",
"homepage": "https://github.com/banjun/JetToTheFuture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"banjun": "banjun@gmail.com"
},
"source": {
"git": "https://github.com/banjun/JetToTheFuture.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/banjun",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"swift_versions": [
"5.0"
],
"source_files": "JetToTheFuture/Classes/**/*",
"dependencies": {
"BrightFutures": [
"~> 8.0"
]
},
"swift_version": "5.0"
}