blob: fedfbffee9fffae25382828306c1b100577ad0ab [file] [log] [blame]
{
"name": "CellPickerView",
"version": "0.0.1",
"summary": "Swift UIView that enables the user to select options through a smooth UX",
"description": "CellPickerView is a UIView subclass that enables the user\nto select one or more options from a list of options encapsulating the selection\nlogic and the animations away. The cells could have text, icons, or both.",
"homepage": "https://github.com/EssamEmad/CellPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Essam Ewaisha": "essamemad16@gmail.com"
},
"social_media_url": "https://facebook.com/E.Emad",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EssamEmad/CellPickerView.git",
"tag": "0.0.1"
},
"source_files": [
"CellPickerView",
"CellPickerView/**/*.{h,m}"
],
"swift_version": "4.2"
}