| { |
| "name": "NVBnbCollectionView", |
| "version": "1.0.0", |
| "summary": "An Airbnb-inspired collection view", |
| "homepage": "https://github.com/ninjaprox/NVBnbCollectionView", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/ninjaprox/NVBnbCollectionView/master/Demo-portrait.gif", |
| "https://raw.githubusercontent.com/ninjaprox/NVBnbCollectionView/master/Demo-landscape.gif" |
| ], |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Nguyen Vinh": "ninjaprox@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/ninjaprox", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/ninjaprox/NVBnbCollectionView.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": "NVBnbCollectionView/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |