blob: e10e110c2673f8400af8e1b8dcbca5e007c7208b [file] [log] [blame]
{
"name": "BNRDeferred",
"version": "2.0b6",
"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.0b6"
},
"source_files": "Sources",
"header_dir": "Deferred",
"module_name": "Deferred",
"requires_arc": true
}