blob: 8e28bcb14ed1b227a73c3a6b2ea979e2451c91dc [file] [log] [blame]
{
"name": "JetToTheFuture",
"version": "0.4.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.4.0"
},
"social_media_url": "https://twitter.com/banjun",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "JetToTheFuture/Classes/**/*",
"dependencies": {
"BrightFutures": [
"~> 6.0"
]
},
"pushed_with_swift_version": "4.0"
}