blob: d763248b02bb0e1de3c26578617431f803b4a183 [file] [log] [blame]
{
"name": "CollectionModelAnimation",
"version": "0.0.1",
"summary": "Animating collection view and tableView reloads when using CollectionModel",
"description": "The addition of CollectionModelAnimation is to automatically animate changes to collection views and table views. This is achieved by using DifferenceKit.",
"homepage": "https://github.com/denisPoifol/CollectionModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Poifol": "denis.poifol@gmail.com"
},
"source": {
"git": "https://github.com/denisPoifol/CollectionModel.git",
"tag": "Animation-0.0.1"
},
"social_media_url": "https://twitter.com/DenisPoifol",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "9.0"
},
"source_files": "Animation/Sources/*",
"ios": {
"dependencies": {
"CollectionModelCore": [
"0.0.1"
],
"DifferenceKit": [
"1.1.5"
]
}
},
"swift_version": "5.1"
}