[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 8 / AwesomeTableAnimationCalculator / 0.9 / AwesomeTableAnimationCalculator.podspec.json
blob89e842555bf33fa40ed7945ab3f309f41e4d12d3
2   "name": "AwesomeTableAnimationCalculator",
3   "version": "0.9",
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   "authors": {
12     "Alexander Babaev": "alex@jdnevnik.com"
13   },
14   "social_media_url": "http://twitter.com/bealex",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/bealex/AwesomeTableAnimationCalculator.git",
20     "tag": "0.9"
21   },
22   "source_files": "Code/ATableAnimation/**/*.swift",
23   "exclude_files": [
24     "Code/Example",
25     "Resources",
26     "ATableAnimationCalculator.xcodeproj/**"
27   ],
28   "module_name": "AwesomeTableAnimationCalculator"