| { |
| "name": "JCCircularCollectionViewProxy", |
| "version": "0.0.1", |
| "summary": "Quasi-infinite scrolling circular UICollectionView.", |
| "description": "Create a padded, infinite scrolling UICollectionViewFlowLayout with very little code.", |
| "homepage": "https://github.com/itsthejb/JCCircularCollectionViewProxy", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jonathan Crooke": "jon.crooke@gmail.com" |
| }, |
| "source": { |
| "git": "git@github.com:itsthejb/JCCircularCollectionViewProxy.git", |
| "tag": "v0.0.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "JCCircularCollectionViewProxy/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |