| { |
| "name": "ADMozaicCollectionViewLayout", |
| "version": "4.0.3", |
| "summary": "Custom mozaic style collection view layout", |
| "description": "ADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements \"brick\" or \"mozaic\" layout.", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/Antondomashnev/ADMozaicCollectionViewLayout", |
| "authors": { |
| "Anton Domashnev": "antondomashnev@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Antondomashnev/ADMozaicCollectionViewLayout.git", |
| "tag": "4.0.3" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "ADMozaikCollectionViewLayout/**/*.swift", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.2" |
| } |