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