| { |
| "name": "LPDCollectionViewKit", |
| "version": "0.1.6", |
| "summary": "LPDCollectionViewKit, data driven collection view.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/foxsofter/lpd-collectionview-kit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "foxsofter": "foxsofter@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/foxsofter/lpd-collectionview-kit.git", |
| "tag": "0.1.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LPDCollectionViewKit/Classes/**/*", |
| "private_header_files": [ |
| "LPDCollectionViewKit/Classes/LPDCollectionSectionViewModel+Private.h", |
| "LPDCollectionViewKit/Classes/LPDCollectionViewModel+Private.h" |
| ], |
| "dependencies": { |
| "ReactiveObjC": [ |
| |
| ] |
| } |
| } |