[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 3 / c / KRLCollectionViewGridLayout / 1.0.0 / KRLCollectionViewGridLayout.podspec.json
blob8b5e6c01b184587601a50997fbff9189ee049b22
2   "name": "KRLCollectionViewGridLayout",
3   "version": "1.0.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.",
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": "v1.0.0"
14   },
15   "source_files": "Classes/*.{h,m}",
16   "platforms": {
17     "ios": "6.0",
18     "tvos": "9.0"
19   }