blob: c4435bb828e7be73e52b0677a0714441bc3a0e2d [file] [log] [blame]
{
"name": "CollectionPickerView",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CollectionPickerView/Classes/**/*",
"pushed_with_swift_version": "3.0"
}