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