[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 6 / f / CollectionViewCenteredFlowLayout / 1.0.0 / CollectionViewCenteredFlowLayout.podspec.json
blob6bd2e7f74c445fee2fbae306e88645b40e5123d9
2   "name": "CollectionViewCenteredFlowLayout",
3   "version": "1.0.0",
4   "summary": "A layout for UICollectionView that aligns the cells to the center",
5   "description": "A `UICollectionViewLayout` implementation that aligns the cells to the center.\n\nIt uses `UICollectionViewFlowLayout` under the hood.",
6   "homepage": "https://github.com/coeur/CollectionViewCenteredFlowLayout",
7   "screenshots": "https://raw.githubusercontent.com/coeur/CollectionViewCenteredFlowLayout/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Antoine Cœur": ""
14   },
15   "social_media_url": "http://twitter.com/adigitalknight",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/coeur/CollectionViewCenteredFlowLayout.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "CollectionViewCenteredFlowLayout/*.swift",
24   "pushed_with_swift_version": "3.0"