[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / 7 / BNRDeferred / 4.0.0-rc.1 / BNRDeferred.podspec.json
blobd241e559c0935b277b8eea6d63ec9cc61d143ad4
2   "name": "BNRDeferred",
3   "version": "4.0.0-rc.1",
4   "summary": "Work with values that haven't been determined yet.",
5   "description": "Deferred is an asynchronous promise-style API that can be used as an\nalternative to the \"block callback\" pattern. It lets you work with values that\nhaven't been determined yet, like an array that's coming later (one day!) from\na web service call. It was originally inspired by OCaml's Deferred library.",
6   "homepage": "https://github.com/bignerdranch/Deferred",
7   "documentation_url": "https://bignerdranch.github.io/Deferred/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Zachary Waldowski": "zachary@bignerdranch.com",
14     "Big Nerd Ranch": null
15   },
16   "social_media_url": "https://twitter.com/bignerdranch",
17   "cocoapods_version": ">=1.1.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source": {
25     "git": "https://github.com/bignerdranch/Deferred.git",
26     "tag": "4.0.0-rc.1"
27   },
28   "source_files": "Sources/**/*.swift",
29   "preserve_paths": "Sources/Atomics",
30   "module_name": "Deferred",
31   "pod_target_xcconfig": {
32     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/Atomics/include"
33   },
34   "deprecated": true,
35   "swift_version": "4.1"