blob: 2b8e54df93fe4973e6b79b5e30c16fa321d2b4f7 [file] [log] [blame]
{
"name": "PromiseSignals",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Sources/**/*.{h,m,mm,swift}",
"dependencies": {
"PromiseKit/CorePromise": [
"~> 3.0"
]
}
}