blob: 31c92a93a6cbfcdc8ebcef1ee77ba245f7bf945e [file] [log] [blame]
{
"name": "AwesomeTableAnimationCalculator",
"version": "0.9.2",
"summary": "This code helps to detect changed (add, move, delete, refresh) if cell and section indexes for animatable updating Collection/Table view",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "There are times when you need to determine what was changed in a table (collection) model\nto update it with animations. It can be even more complex task when sections are involved.\nAwesome Table Animation Calculator provides simple interface for this task. It holds\ndata model for the table and can calculate animatable difference for some changes (and\napply them to the UICollectionView/UITableView afterwards).",
"homepage": "https://github.com/bealex/AwesomeTableAnimationCalculator",
"authors": {
"Alexander Babaev": "alex@jdnevnik.com"
},
"social_media_url": "http://twitter.com/bealex",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bealex/AwesomeTableAnimationCalculator.git",
"tag": "0.9.2"
},
"source_files": "Code/ATableAnimation/**/*.swift",
"exclude_files": [
"Code/Example",
"Resources",
"ATableAnimationCalculator.xcodeproj/**"
],
"module_name": "AwesomeTableAnimationCalculator"
}