[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 4 / a / CenteredCollectionView / 2.2.2 / CenteredCollectionView.podspec.json
blob291237b681ee439bcebc5e41c5c34cb41692d9d5
2   "name": "CenteredCollectionView",
3   "version": "2.2.2",
4   "summary": "A `CollectionViewFlowLayout` that 'pages' and centers its cells ðŸŽ¡ written in Swift",
5   "description": "`CenteredCollectionView` is a lightweight drop in place `UICollectionViewFlowLayout` 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     "tvos": "9.0"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/BenEmdon/CenteredCollectionView.git",
22     "tag": "2.2.2"
23   },
24   "source_files": "CenteredCollectionView/Classes/**/*.{swift}",
25   "frameworks": "UIKit",
26   "swift_version": "5.0"