[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / c / KRLCollectionViewGridLayout / 0.4.1 / KRLCollectionViewGridLayout.podspec.json
blobb7d4cfa19c88aa7bf7d877a5b46a08fdcbae9fcb
2   "name": "KRLCollectionViewGridLayout",
3   "version": "0.4.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.",
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.4.1"
14   },
15   "source_files": "Classes/*.{h,m}",
16   "platforms": {
17     "ios": "6.0",
18     "tvos": "9.0"
19   }