[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / e / 7 / CollectionModelAnimation / 0.0.1 / CollectionModelAnimation.podspec.json
blobd763248b02bb0e1de3c26578617431f803b4a183
2   "name": "CollectionModelAnimation",
3   "version": "0.0.1",
4   "summary": "Animating collection view and tableView reloads when using CollectionModel",
5   "description": "The addition of CollectionModelAnimation is to automatically animate changes to collection views and table views. This is achieved by using DifferenceKit.",
6   "homepage": "https://github.com/denisPoifol/CollectionModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Poifol": "denis.poifol@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/denisPoifol/CollectionModel.git",
16     "tag": "Animation-0.0.1"
17   },
18   "social_media_url": "https://twitter.com/DenisPoifol",
19   "swift_versions": [
20     "5.0",
21     "5.1"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "Animation/Sources/*",
27   "ios": {
28     "dependencies": {
29       "CollectionModelCore": [
30         "0.0.1"
31       ],
32       "DifferenceKit": [
33         "1.1.5"
34       ]
35     }
36   },
37   "swift_version": "5.1"