[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 6 / DeltaCalculator / 1.0.4 / DeltaCalculator.podspec.json
blob36adaa70f41f9bfaa46419bb8e277941d50ff13b
2   "name": "DeltaCalculator",
3   "version": "1.0.4",
4   "summary": "DeltaCalculator is a Swift Library focused on replacing reloadData() calls with animated insert, delete and move operations.",
5   "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.",
6   "homepage": "https://github.com/ivanbruel/DeltaCalculator",
7   "license": "MIT",
8   "authors": {
9     "Ivan Bruel": "ivan.bruel@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ivanbruel/DeltaCalculator.git",
13     "tag": "1.0.4"
14   },
15   "social_media_url": "https://twitter.com/ivanbruel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": "UIKit"