[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / b / 2 / 8 / AwesomeTableAnimationCalculator / 0.9.12 / AwesomeTableAnimationCalculator.podspec.json
blob951388c6d3739c8d134ad0d5fa7c65cab32c7264
2   "name": "AwesomeTableAnimationCalculator",
3   "version": "0.9.12",
4   "summary": "This code helps to detect changed (add, move, delete, refresh) if cell and section indexes for animatable updating Collection/Table view",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "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).",
10   "homepage": "https://github.com/bealex/AwesomeTableAnimationCalculator",
11   "screenshots": "https://raw.githubusercontent.com/bealex/AwesomeTableAnimationCalculator/master/Images/TableAnimationExample.gif",
12   "authors": {
13     "Alexander Babaev": "alex@jdnevnik.com"
14   },
15   "social_media_url": "http://twitter.com/bealex",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/bealex/AwesomeTableAnimationCalculator.git",
21     "tag": "v0.9.12"
22   },
23   "source_files": "Code/ATableAnimation/**/*.swift",
24   "exclude_files": [
25     "Code/Example",
26     "Resources",
27     "ATableAnimationCalculator.xcodeproj/**"
28   ],
29   "module_name": "AwesomeTableAnimationCalculator"