[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / e / f / CollectionViewWaterfallLayout / 0.5.0 / CollectionViewWaterfallLayout.podspec.json
blobef1d6e14d633e4071d0ec1d12f306009a5a08672
2   "name": "CollectionViewWaterfallLayout",
3   "version": "0.5.0",
4   "summary": "Pinterest inspired layout for UICollectionViews written in Swift",
5   "description": "Custom UICollectionView layout inspired by Pinterest. It can layout multiple columns of items with different heights to create dynamic flowing cells.",
6   "homepage": "https://github.com/ecerney/CollectionViewWaterfallLayout",
7   "screenshots": [
8     "https://raw.githubusercontent.com/ecerney/CollectionViewWaterfallLayout/master/Screenshots/RealWorldExample.png",
9     "https://raw.githubusercontent.com/ecerney/CollectionViewWaterfallLayout/master/Screenshots/DemoExample.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Eric Cerney": "ecerney@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/ecerney/CollectionViewWaterfallLayout.git",
20     "tag": "0.5.0"
21   },
22   "social_media_url": "https://twitter.com/ecerney",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "swift_versions": "5.0",
27   "source_files": "CollectionViewWaterfallLayout.swift",
28   "frameworks": "UIKit",
29   "swift_version": "5.0"