| { |
| "name": "ARCollectionViewMasonryLayout", |
| "version": "2.0.0", |
| "summary": "ARCollectionViewMasonryLayout is a UICollectionViewLayout subclass for creating flow-like layouts with dynamic widths or heights.", |
| "homepage": "https://github.com/AshFurrow/ARCollectionViewMasonryLayout", |
| "screenshots": "https://raw.githubusercontent.com/AshFurrow/ARCollectionViewMasonryLayout/master/Screenshots/ARCollectionViewMasonryLayout.png", |
| "license": "MIT", |
| "authors": { |
| "Orta Therox": "orta.therox@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/orta", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/AshFurrow/ARCollectionViewMasonryLayout.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "ARCollectionViewMasonryLayout.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |