[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / b / AsyncOpKit / 0.1.0 / AsyncOpKit.podspec.json
blob704c5d9ef7a5896b3668dbe3e2f58e24bb36f98a
2   "name": "AsyncOpKit",
3   "version": "0.1.0",
4   "summary": "Generic NSOperation subclass for managing asynchronous code in Swift",
5   "description": "AsyncOpKit provides AsyncOp, a generic NSOperation subclass for managing\nasynchronous operations with NSOperationQueues while taking advantage of\nthe power of Swift's type system. Async Op is not compatible with Obj-C,\nhowever a legacy AsyncOperation that is Obj-C compatible is included.'",
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": "0.1.0"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": "{AsyncOp.swift,AsyncOpTypes.swift,Legacy/*.swift}"