[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / a / CenteredCollectionView / 2.1.1 / CenteredCollectionView.podspec.json
blob805033a8289a3b604174965e50a9d52f3d2c1a12
2   "name": "CenteredCollectionView",
3   "version": "2.1.1",
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_version": "4.2",
20   "source": {
21     "git": "https://github.com/BenEmdon/CenteredCollectionView.git",
22     "tag": "2.1.1"
23   },
24   "source_files": "CenteredCollectionView/Classes/**/*.{swift}",
25   "frameworks": "UIKit"