[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 8 / AwesomeTableAnimationCalculator / 0.9.14 / AwesomeTableAnimationCalculator.podspec.json
bloba6faea8fca5eddb2d9639327c54e840ab9d2cdef
2   "name": "AwesomeTableAnimationCalculator",
3   "version": "0.9.14",
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.14"
22   },
23   "source_files": "Code/ATableAnimation/**/*.swift",
24   "exclude_files": [
25     "Code/Example",
26     "Resources",
27     "ATableAnimationCalculator.xcodeproj/**"
28   ],
29   "module_name": "AwesomeTableAnimationCalculator"