[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 4 / a / CenteredCollectionView / 0.9.5 / CenteredCollectionView.podspec.json
blob02c626ac0b19a9f1eb5d293820fd4ba6ad098ff1
2   "name": "CenteredCollectionView",
3   "version": "0.9.5",
4   "summary": "A CollectionView that 'pages' and centers it's cells ðŸŽ¡ written in Swift",
5   "description": "`CenteredCollectionView` is a lightweight drop in place `UICollectionView` that pages and keeps its cells centered, resulting in the \"carousel effect\" ðŸŽ¡",
6   "homepage": "https://github.com/BenEmdon/CenteredCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BenEmdon": "benjaminemdon@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/BenEmdon",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/BenEmdon/CenteredCollectionView.git",
20     "tag": "0.9.5"
21   },
22   "source_files": "CenteredCollectionView/Classes/**/*.{swift}",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"