[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / e / 2 / 7 / BNRDeferred / 2.0b5 / BNRDeferred.podspec.json
blobd53e77c097a89d3032c7abc354a71a73d61e26c2
2   "name": "BNRDeferred",
3   "version": "2.0b5",
4   "summary": "An implementation of OCaml's Deferred for Swift.",
5   "description": "Deferred is an asynchronous promise-style API that can be used as an\nalternative to the \"block callback\" pattern.",
6   "homepage": "https://github.com/bignerdranch/Deferred",
7   "license": "MIT",
8   "authors": {
9     "John Gallagher": "jgallagher@bignerdranch.com",
10     "Zachary Waldowski": "zachary@bignerdranch.com",
11     "Brian Hardy": "brian@bignerdranch.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/bignerdranch/Deferred.git",
21     "tag": "2.0b5"
22   },
23   "source_files": "Sources",
24   "header_dir": "Deferred",
25   "module_name": "Deferred",
26   "requires_arc": true,
27   "deprecated": true