[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 3 / 4 / LXMWaterfallLayout / 0.0.2 / LXMWaterfallLayout.podspec.json
blob4acd491041c947c0afb846d9a72670c3b9a1cf74
2   "name": "LXMWaterfallLayout",
3   "version": "0.0.2",
4   "summary": "A collectionViewLayout layout cells like waterfall, which add the missing collectionViewHeader and collectionViewFooter",
5   "description": "A collectionViewLayout layout cells like waterfall, which add the missing collectionViewHeader and collectionViewFooter.\n\nLXMWaterfallLayout is inspired by CHTCollectionViewWaterfallLayout, and made several improvements to make it easier to use. It is subclass of UICollectionViewLayout and it's usage is just like UICollectionViewFlowLayout.",
6   "homepage": "https://github.com/Phelthas/LXMWaterfallLayout",
7   "license": "MIT",
8   "authors": {
9     "Phelthas": "billthas@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Phelthas/LXMWaterfallLayout.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "LXMWaterfallLayout/LXMWaterfallLayout/*.swift",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"