[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 6 / b / AsyncOpKit / 0.0.6 / AsyncOpKit.podspec.json
blob684d6682d5783041b3f521bdfa8aa96a230eb388
2   "name": "AsyncOpKit",
3   "version": "0.0.6",
4   "summary": "AsyncOpKit provides Swift subclasses of NSOperation to help manage asynchronous operations",
5   "description": "                       AsyncOpKit helps manage asynchronous operations.\n\n                       * AsyncOperation is a Swift NSOperation subclass that handles\n                       the boilerplate necessary for asynchronous NSOperations. Just\n                       override main() and don't forget to finish your operation.\n                       * AsyncOperation also provides a helpful result handler that\n                       fires on a queue of your choosing (default mainQueue) and lets\n                       you provide result value and error.\n                       * AsyncClosuresOperation is an AsyncOperation subclass that\n                       lets you manage asynchronous work inside of closures. It's similar\n                       to NSBlockOperation, but but closures/blocks do not finish until\n                           you mark them as complete.\n",
6   "homepage": "https://github.com/jedlewison/AsyncOpKit",
7   "license": "MIT",
8   "authors": {
9     "Jed Lewison": "jed@.....magic....app....factory.com"
10   },
11   "source": {
12     "git": "https://github.com/jedlewison/AsyncOpKit.git",
13     "tag": "0.0.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "AsyncOpKit/*.swift"