| { |
| "name": "SEUICollectionViewLayout", |
| "version": "0.1.0", |
| "summary": "A base collection view layout that simplifies drawing/animation of sup/decoration views.", |
| "homepage": "http://github.com/bnickel/SEUICollectionViewLayout", |
| "license": "MIT", |
| "authors": { |
| "Brian Nickel": "bnickel@stackexchange.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/bnickel/SEUICollectionViewLayout.git", |
| "tag": "v0.1.0" |
| }, |
| "source_files": "SEUICollectionViewLayout/SEUICollectionViewLayout", |
| "public_header_files": "SEUICollectionViewLayout/SEUICollectionViewLayout/*.h", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |