[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 5 / UICollectionViewLeftAlignedLayout / 1.1.0 / UICollectionViewLeftAlignedLayout.podspec.json
blobf6b11a027c6fc445390c73471265e3b8395bcd57
2   "name": "UICollectionViewLeftAlignedLayout",
3   "version": "1.1.0",
4   "summary": "A layout for UICollectionView that aligns the cells to the left",
5   "description": "A `UICollectionViewLayout` implementation that aligns the cells to the left.\n\nIt uses `UICollectionViewFlowLayout` under the hood.",
6   "homepage": "https://github.com/mokagio/UICollectionViewLeftAlignedLayout",
7   "screenshots": "https://raw.githubusercontent.com/mokagio/UICollectionViewLeftAlignedLayout/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Giovanni Lodi": "giovanni.lodi42@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/mokagio",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/mokagio/UICollectionViewLeftAlignedLayout.git",
21     "tag": "1.1.0"
22   },
23   "source_files": "UICollectionViewLeftAlignedLayout/**/*.{h,m}",
24   "frameworks": "UIKit",
25   "requires_arc": true