blob: 2d7b3fd9679ea55fce3d65b6e753baff5709f6c8 [file] [log] [blame]
{
"name": "BNRDeferred",
"version": "2.0b5",
"summary": "An implementation of OCaml's Deferred for Swift.",
"description": "Deferred is an asynchronous promise-style API that can be used as an\nalternative to the \"block callback\" pattern.",
"homepage": "https://github.com/bignerdranch/Deferred",
"license": "MIT",
"authors": {
"John Gallagher": "jgallagher@bignerdranch.com",
"Zachary Waldowski": "zachary@bignerdranch.com",
"Brian Hardy": "brian@bignerdranch.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/bignerdranch/Deferred.git",
"tag": "2.0b5"
},
"source_files": "Sources",
"header_dir": "Deferred",
"module_name": "Deferred",
"requires_arc": true
}