[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / DeltaCalculator / 1.0 / DeltaCalculator.podspec.json
blobcb15cdb734d045a55ac7d2ea7e8edeb997a821b4
2   "name": "DeltaCalculator",
3   "version": "1.0",
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"
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"