2 "name": "CancellablePromiseKit",
4 "swift_version": "4.0",
5 "summary": "Extends the amazing PromiseKit to cover cancellable tasks",
6 "description": "CancellablePromiseKit is an extension for PromiseKit. A Promise is an abstraction of an asynchonous \noperation that can succeed or fail. A `CancellablePromise`, provided by this library, extends this \nconcept to represent tasks that can be cancelled/aborted.",
7 "homepage": "https://github.com/johannesd/CancellablePromiseKit",
13 "Johannes Dörr": "mail@johannesdoerr.de"
16 "git": "https://github.com/johannesd/CancellablePromiseKit.git",
19 "social_media_url": "https://twitter.com/johdoerr",
23 "source_files": "CancellablePromiseKit/Classes/**/*",