blob: 0a56b665ff0ab72d7eac778d1c304a1e98f2c4ff [file] [log] [blame]
{
"name": "ReactiveSwiftCell",
"version": "0.1.0",
"summary": "Events from TableViewCells whitout reload TableView",
"homepage": "https://github.com/xander-lis/ReactiveSwiftCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksandr Lis": "xandr.lisss@gmail.com"
},
"source": {
"git": "https://github.com/xander-lis/ReactiveSwiftCell.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source_files": "ReactiveSwiftCell/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"~> 5.0"
],
"ErrorDispatcher/ReactiveSwift": [
"~> 0.1.5"
]
},
"swift_version": "4.2"
}