[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / b / AsyncOpKit / 1.2.2 / AsyncOpKit.podspec.json
blobc7e2697e682dc263ade7d2d96d147e6b8d2d2792
2   "name": "AsyncOpKit",
3   "version": "1.2.2",
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.2"
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}"