blob: 76761747d89e6ca1682533a435d9ed61c317bc95 [file] [log] [blame]
{
"name": "PromiseSignals",
"version": "0.3.0",
"homepage": "https://github.com/konoma/promise-signals-ios",
"summary": "Extends PromiseKit with Signals that can resolve multiple times.",
"description": "Extends PromiseKit with Signals that can resolve multiple times. Based on PromiseKit.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"source": {
"git": "https://github.com/konoma/promise-signals-ios.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "PromiseSignals/**/*",
"exclude_files": "PromiseSignals/Info.plist",
"dependencies": {
"PromiseKit/CorePromise": [
"~> 4.0"
]
}
}