[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / 6 / AnimatedCollectionViewLayout / 0.3.0 / AnimatedCollectionViewLayout.podspec.json
blobae0e6e7bee76329a1a3aca9777056defd73155b9
2   "name": "AnimatedCollectionViewLayout",
3   "version": "0.3.0",
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": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/**/*.swift",
22   "pushed_with_swift_version": "3.0"