[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 7 / PromiseSignals / 0.2.0 / PromiseSignals.podspec.json
blobf4cbff4cb6e6ba7b99dc3cd0c0d19076c562cad8
2   "name": "PromiseSignals",
3   "version": "0.2.0",
4   "homepage": "https://github.com/konoma/promise-signals-ios",
5   "summary": "Extends PromiseKit with Signals that can resolve multiple times.",
6   "description": "Extends PromiseKit with Signals that can resolve multiple times. Based on PromiseKit.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "source": {
15     "git": "https://github.com/konoma/promise-signals-ios.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "source_files": "PromiseSignals/**/*",
24   "dependencies": {
25     "PromiseKit/CorePromise": [
27     ]
28   },
29   "pushed_with_swift_version": "3.0"