[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / c / 7 / PromiseSignals / 0.4.0 / PromiseSignals.podspec.json
blob4aba66bbf1ebd964342fa8f14ae2dc8753c0d44b
2   "name": "PromiseSignals",
3   "version": "0.4.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.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "5.0",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "source_files": "PromiseSignals/**/*",
25   "exclude_files": "PromiseSignals/Info.plist",
26   "dependencies": {
27     "PromiseKit/CorePromise": [
28       "~> 6.0"
29     ]
30   }