[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 0 / 9 / TwistedOakCollapsingFutures / 0.9.0 / TwistedOakCollapsingFutures.podspec.json
blob88af297b92e43fafac2e9a11e8d5eb8635a7faf8
2   "name": "TwistedOakCollapsingFutures",
3   "version": "0.9.0",
4   "summary": "Futures without nesting issues.",
5   "description": "                   Makes representing and consuming asynchronous results simpler.\n                   \n                   * Eventual results and failures are represented as a TOCFuture.\n                   * Produce and control a TOCFuture with a new TOCFutureSource.\n                   * Hook work-to-eventually-do onto a future using then/catch/finally methods.\n                   * Chain more work onto the future results of then/catch/finally.\n                   * No need to track if a TOCFuture has a result of type TOCFuture: always automatically flattened.\n                   * Cancel operations on the fly by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.\n",
6   "homepage": "https://github.com/Strilanc/ObjC-CollapsingFutures",
7   "license": {
8     "type": "BSD",
9     "file": "License.txt"
10   },
11   "authors": {
12     "Craig Gidney": "craig.gidney@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Strilanc/ObjC-CollapsingFutures.git",
16     "tag": "v0.9.0"
17   },
18   "source_files": [
19     "src",
20     "src/**/*.{h,m}"
21   ],
22   "requires_arc": true