| { |
| "name": "DLRWaterfallLayout", |
| "version": "0.1.0", |
| "summary": "A custom layout for UICollectionView similar to Pinterest style.", |
| "description": " A custom layout for UICollectionView similar to Pinterest stylem, where the cells will auto insert into the shortest column in the view.\n", |
| "homepage": "https://github.com/detroit-labs/dlr-waterfalllayout", |
| "license": "MIT", |
| "authors": { |
| "Mark Schall": "mark@detroitlabs.com" |
| }, |
| "source": { |
| "git": "https://github.com/detroit-labs/dlr-waterfalllayout.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "DLRWaterfallLayout": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h" |
| } |