blob: f4cbff4cb6e6ba7b99dc3cd0c0d19076c562cad8 [file] [log] [blame]
{
"name": "PromiseSignals",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "PromiseSignals/**/*",
"dependencies": {
"PromiseKit/CorePromise": [
]
},
"pushed_with_swift_version": "3.0"
}