blob: c99a74e13b092e54677052d2a3afd19e63307498 [file] [log] [blame]
{
"name": "CollectionPickerView",
"version": "0.1.1",
"summary": "A generic customizable picker view based on UICollectionView.",
"description": "Generic and customizable picker based on UICollectionView. Picker cells are fully\ncustomizable. Supports flat/wheel look, snap to center after scroll, horizontal\nand vertical direction.\n\nFork of AKPickerView-Swift. Works in iOS 8.",
"homepage": "https://github.com/3ph/CollectionPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"3ph": "instantni.med@gmail.com"
},
"source": {
"git": "https://github.com/3ph/CollectionPickerView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CollectionPickerView/Classes/**/*"
}