blob: 4e6bd6b8bff1662e1ee282dd32a05c3f6183d80a [file] [log] [blame]
{
"name": "DiffTableDirector",
"version": "0.9.1",
"summary": "Framework to work with table view safe and easy. Support diff, pagination, placeholder view",
"description": "'Easy work with table view via view models. Self regestration, pagination, difference between old and new states. Empty state view support.'",
"homepage": "https://github.com/manychat/DiffTableDirector",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"aleksiosdev": "aleksios@manychat.com"
},
"source": {
"git": "https://github.com/manychat/DiffTableDirector.git",
"tag": "release/0.9.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "DiffTableDirector/Classes/**/*",
"dependencies": {
"SwiftLint": [
],
"DeepDiff": [
"2.3.1"
]
},
"swift_version": "5.0"
}