| { |
| "name": "TwoDirectionalCollectionViewLayout", |
| "version": "0.0.1", |
| "summary": "UICollectionViewLayout with horizontal and vertical scrolling.", |
| "description": "Simple UICollectionViewLayout with horizontal and vertical scrolling directions. Like a table.", |
| "homepage": "https://github.com/t0rn/DemoTwoDirectionalCollectionViewLayout", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alexey Ivanov": "aleksey.ivanov1@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/t0rn/DemoTwoDirectionalCollectionViewLayout.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TwoDirectionalCollectionViewLayout/*.swift" |
| } |