blob: 4aba66bbf1ebd964342fa8f14ae2dc8753c0d44b [file] [log] [blame]
{
"name": "PromiseSignals",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "PromiseSignals/**/*",
"exclude_files": "PromiseSignals/Info.plist",
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
}