| { |
| "name": "LeftAlignedCollectionViewLayout", |
| "version": "0.1.0", |
| "summary": "A UICollectionViewFlowLayout implementation to left-align the content in a UICollectionView", |
| "description": "A UICollectionViewFlowLayout implementation to left-align the content in a UICollectionView.", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "homepage": "https://github.com/CheeseRoot/LeftAlignedCollectionViewLayout", |
| "authors": { |
| "Sudhanshu Singh": "sudhanshu5575@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/CheeseRoot/LeftAlignedCollectionViewLayout.git", |
| "tag": "0.1.0" |
| }, |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "LeftAlignedCollectionViewLayout/LeftAlignedCollectionViewLayout.swift" |
| } |