[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / b / 7 / 6 / AnimatedCollectionViewLayout / 0.1.1 / AnimatedCollectionViewLayout.podspec.json
blob95fe0916afb1a9e55bce741014daa7c3ce9b62d6
2   "name": "AnimatedCollectionViewLayout",
3   "version": "0.1.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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/*.swift",
22   "pushed_with_swift_version": "3.0"