[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / b / AsyncOpKit / 1.2.1 / AsyncOpKit.podspec.json
bloba7669f65ba23e9fb4890648a47222f4ca4b2b7ba
2   "name": "AsyncOpKit",
3   "version": "1.2.1",
4   "summary": "NSOperation for Swift with generic input/output, chaining, error handling, and closures",
5   "description": "AsyncOpKit brings Swift generics, error handling, and closures to NSOperations with `AsyncOp`, a Swift-only generic NSOperation subclass for composing asynchronous code.\n`AsyncOp` supports:\n\n* Generic input and output\n* Closures for starting and cancelling work, handling results\n* Closures for evaluating preconditions\n* Making an AsyncOp dependent on input from another\n\nYou can subclass AsyncOp, but because it provides built-in storage for generic input and output and allows you to customize behavior with closures, in many if not most cases you can just use AsyncOp as-is.",
6   "authors": "Jed Lewison",
7   "homepage": "https://github.com/jedlewison/AsyncOpKit",
8   "license": "MIT",
9   "source": {
10     "git": "https://github.com/jedlewison/AsyncOpKit.git",
11     "tag": "1.2.1"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10"
16   },
17   "requires_arc": true,
18   "source_files": "{AsyncOp.swift,AsyncOpTypes.swift,AsyncOpGroup.swift,Legacy/*.swift}"