[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 3 / c / KRLCollectionViewGridLayout / 0.3.0 / KRLCollectionViewGridLayout.podspec.json
blobc99d909392ed874510e16fa60f5644b2b65632ee
2   "name": "KRLCollectionViewGridLayout",
3   "version": "0.3.0",
4   "summary": "A UICollectionViewLayout that specifies item size and location by number of columns.",
5   "description": "                       This layout is an alternative to UICollectionViewFlowLayout that positions and sizes items using a defined number of columns and an aspect ratio property which force the size of cells, rather than the cells' size telling the layout how to lay them out. By default, this will always show the same number of items in a row no matter how large or small the collection view is.\n",
6   "homepage": "http://github.com/klundberg/KRLCollectionViewGridLayout",
7   "license": "MIT",
8   "authors": {
9     "Kevin Lundberg": "kevin@klundberg.com"
10   },
11   "source": {
12     "git": "https://github.com/klundberg/KRLCollectionViewGridLayout.git",
13     "tag": "v0.3.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes"