[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 9 / FlexibleRowHeightGridLayout / 1.2.0 / FlexibleRowHeightGridLayout.podspec.json
blob4e2b3c7e22b450faa42e17ac5090271cd589f073
2   "name": "FlexibleRowHeightGridLayout",
3   "version": "1.2.0",
4   "swift_versions": "5.0",
5   "summary": "A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content.",
6   "description": "A grid layout for UICollectionView whereby the UICollectionViewCells in each row will receive the height of the tallest cell in that row i.e. rows in the UICollectionView size to fit their content. This is design to cater for Dynamic Type whereby UICollectionViewCells which may grow / shrink in height as the UIContentSizeCategory changes changing the size of the font and thus the heights of the cells.",
7   "homepage": "https://github.com/rwbutler/FlexibleRowHeightGridLayout",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ross Butler": "github@rwbutler.com"
14   },
15   "source": {
16     "git": "https://github.com/rwbutler/FlexibleRowHeightGridLayout.git",
17     "tag": "1.2.0"
18   },
19   "social_media_url": "https://twitter.com/ross_w_butler",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "FlexibleRowHeightGridLayout/Classes/**/*",
24   "swift_version": "5.0"