blob: 0bafb4240d37faf147dd6209f67d13e58acb47e0 [file] [log] [blame]
{
"name": "BNRDeferred",
"version": "3.0.0-beta.2",
"summary": "Work with values that haven't been determined yet.",
"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.",
"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": "3.0.0-beta.2"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/TestSupport",
"preserve_paths": [
"Sources/**/*.modulemap",
"Sources/**/*.h"
],
"module_name": "Deferred",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/BNRDeferred/Sources"
},
"pushed_with_swift_version": "3.0"
}