[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 6 / DeltaCalculator / 1.0.3 / DeltaCalculator.podspec.json
blob686a944df08de22c51bfb08040ba5cbe3e1c3469
2   "name": "DeltaCalculator",
3   "version": "1.0.3",
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.3"
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"