[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / e / 2 / 7 / BNRDeferred / 4.0.0-beta.2 / BNRDeferred.podspec.json
blobfac1b33521ffafd1c244aceeb4c891ff4c64b052
2   "name": "BNRDeferred",
3   "version": "4.0.0-beta.2",
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   "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": "4.0.0-beta.2"
22   },
23   "source_files": "Sources/**/*.swift",
24   "preserve_paths": "Sources/Atomics",
25   "module_name": "Deferred",
26   "pod_target_xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/Atomics/include"
28   },
29   "deprecated": true