[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 2 / b / 0 / CancellablePromiseKit / 0.1.2 / CancellablePromiseKit.podspec.json
blob9ae4b2e1d4f4448a6366534ea264b8db74c249af
2   "name": "CancellablePromiseKit",
3   "version": "0.1.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Johannes Dörr": "mail@johannesdoerr.de"
14   },
15   "source": {
16     "git": "https://github.com/johannesd/CancellablePromiseKit.git",
17     "tag": "0.1.2"
18   },
19   "social_media_url": "https://twitter.com/johdoerr",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "CancellablePromiseKit/Classes/**/*",
24   "dependencies": {
25     "PromiseKit": [
26       "~> 6"
27     ]
28   }