[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 7 / PromiseSignals / 0.1.0 / PromiseSignals.podspec.json
blob2b8e54df93fe4973e6b79b5e30c16fa321d2b4f7
2   "name": "PromiseSignals",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "source_files": "Sources/**/*.{h,m,mm,swift}",
24   "dependencies": {
25     "PromiseKit/CorePromise": [
26       "~> 3.0"
27     ]
28   }