[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 3 / 4 / LXMWaterfallLayout / 1.0.4 / LXMWaterfallLayout.podspec.json
blob4568f155d0ca0d656dd88e9f7b2692a5fde0732a
2   "name": "LXMWaterfallLayout",
3   "version": "1.0.4",
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   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/Phelthas/LXMWaterfallLayout.git",
17     "tag": "1.0.4"
18   },
19   "source_files": "LXMWaterfallLayout/LXMWaterfallLayout/*.swift",
20   "exclude_files": "Classes/Exclude",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true