blob: d82170114f701edc4229243c11c39e84f953c69b [file] [log] [blame]
{
"name": "LPDCollectionViewKit",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LPDCollectionViewKit/Classes/**/*",
"private_header_files": [
"LPDCollectionViewKit/Classes/LPDCollectionSectionViewModel+Private.h",
"LPDCollectionViewKit/Classes/LPDCollectionViewModel+Private.h"
],
"dependencies": {
"ReactiveCocoa": [
"2.5"
]
}
}