blob: 7578df717d9567e769db994655a3c91b28551f8b [file] [log] [blame]
{
"name": "InterruptibleAction",
"version": "1.0.0",
"summary": "A wrapper that creates an `Action` that can be interrupted.",
"description": "A wrapper that creates an `Action` that can be interrupted.\nIt should be used in cases where observing the state of the unit of should be\nobserved.\nAn `InterruptibleAction` forwards all events generated by `inner`.",
"homepage": "https://github.com/gkaimakas/InterruptibleAction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Kaimakas": "gkaimakas@gmail.com"
},
"source": {
"git": "https://github.com/gkaimakas/InterruptibleAction.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "InterruptibleAction/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
]
}
}