[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 4 / 8 / DLRWaterfallLayout / 0.1.0 / DLRWaterfallLayout.podspec.json
blob3a20a9a44b667cef4d54ccd2d2beb6dca6705210
2   "name": "DLRWaterfallLayout",
3   "version": "0.1.0",
4   "summary": "A custom layout for UICollectionView similar to Pinterest style.",
5   "description": "                       A custom layout for UICollectionView similar to Pinterest stylem, where the cells will auto insert into the shortest column in the view.\n",
6   "homepage": "https://github.com/detroit-labs/dlr-waterfalllayout",
7   "license": "MIT",
8   "authors": {
9     "Mark Schall": "mark@detroitlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/detroit-labs/dlr-waterfalllayout.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DLRWaterfallLayout": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"