| { |
| "name": "VLCardBaseCollectionView", |
| "version": "0.2.0", |
| "summary": "Inspired by Photo Walkthrough ( https://dribbble.com/shots/3003609-Photo-Walkthrough )", |
| "description": "* This is a custom collection view that i did base on Photo Walkthrough ( https://dribbble.com/shots/3003609-Photo-Walkthrough )", |
| "homepage": "https://github.com/vl4298/VLCardBaseCollectionView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Van Dinh Luu": "valu4298@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/vl4298/VLCardBaseCollectionView.git", |
| "tag": "0.2.0" |
| }, |
| "source_files": "VLCardBaseCollectionView/**/*.{h,m,swift}", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Kingfisher": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |