[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / 6 / AnimatedCollectionViewLayout / 1.0.1 / AnimatedCollectionViewLayout.podspec.json
blob4c7e4f55d17bff1bf4e2b48080acda24d10fc3bb
2   "name": "AnimatedCollectionViewLayout",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A UICollectionViewLayout subclass that adds custom\n  transitions/animations to the UICollectionView",
9   "description": "A normal UICollectionView has no transition effects when you scroll from one\nitem to another. There are lots of ways to write animations for\nUICollectionView, but using a UICollectionViewLayout subclass is by far the\nsimplest one. And it doesn't break any of your existing code. You can still\nuse your UICollectionView subclass and you don't need to change your\nUICollectionViewCell. Just plug and enjoy.",
10   "homepage": "https://github.com/KelvinJin/AnimatedCollectionViewLayout",
11   "authors": {
12     "Jin Wang": "jinw1990@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/KelvinJin/AnimatedCollectionViewLayout.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "5.0",
24     "5.1"
25   ],
26   "swift_version": "5.1"