blob: 7aa92515e52d19614ee90058711c4ddb63c911c4 [file] [log] [blame]
{
"name": "DeltaCalculator",
"version": "1.0.1",
"summary": "DeltaCalculator is a Swift Library focused on replacing reloadData() calls with animated insert, delete and move operations.",
"description": "DeltaCalculator is a Swift Library focused on replacing reloadData()\ncalls with animated insert, delete and move operations.\nDeltaCalculator tries to optimize the number of iterations to calculate all the changes,\nmaking sure the UI thread doesn't block.\nThis framework is based on BKDeltaCalculator Objective-C library.",
"homepage": "https://github.com/ivanbruel/DeltaCalculator",
"license": "MIT",
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/ivanbruel/DeltaCalculator.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}