[Add] NEAISearchKit 10.5.3
[CocoaPods.git] / Specs / f / 3 / c / KRLCollectionViewGridLayout / 0.1.1 / KRLCollectionViewGridLayout.podspec.json
blob60e6060713317ace7f625bd315355f82ae2c4ff5
2   "name": "KRLCollectionViewGridLayout",
3   "version": "0.1.1",
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": "kevinrlundberg@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/klundberg/KRLCollectionViewGridLayout.git",
13     "tag": "v0.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes"