[Delete] RegulaCommonNightly 7.5.863
[CocoaPods.git] / Specs / a / c / 7 / PromiseSignals / 0.3.0 / PromiseSignals.podspec.json
blob76761747d89e6ca1682533a435d9ed61c317bc95
2   "name": "PromiseSignals",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "source_files": "PromiseSignals/**/*",
25   "exclude_files": "PromiseSignals/Info.plist",
26   "dependencies": {
27     "PromiseKit/CorePromise": [
28       "~> 4.0"
29     ]
30   }