[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / b / AsyncOpKit / 0.0.7 / AsyncOpKit.podspec.json
blob3823a0a3572bfaead4125e8101b626f98a868a65
2   "name": "AsyncOpKit",
3   "version": "0.0.7",
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\nthe boilerplate necessary for asynchronous NSOperations. Just\noverride main() and don't forget to finish your operation.\n* AsyncOperation also provides a helpful result handler that\nfires on a queue of your choosing (default mainQueue) and lets\nyou provide result value and error.\n* AsyncClosuresOperation is an AsyncOperation subclass that\nlets you manage asynchronous work inside of closures. It's similar\nto NSBlockOperation, but but closures/blocks do not finish until\n    you mark them as complete.",
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.7"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "AsyncOpKit/*.swift"