blob: 5425ee6857246d3f74df484ca53e491dfeb9ba5e [file] [log] [blame]
{
"name": "CollectionPickerView",
"version": "0.1.3",
"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.3"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "CollectionPickerView/Classes/**/*"
}