blob: c8ebb7b2fabbe7445609cd74a5724987900612a6 [file] [log] [blame]
{
"name": "PickerCells",
"version": "1.0.0",
"summary": "UIDatePicker or UIPickerView that will slide in/out by tapping on the cell in your UITableView",
"description": " This class adds UIDatePicker or UIPickerView that will slide in/out by tapping on the cell in your UITableView.\n Inspired by Apple's DateCell example and andjash's DateCellsController.\n",
"homepage": "https://github.com/zigdanis/PickerCells",
"screenshots": [
"http://i.imgur.com/Z8vbhNFl.png",
"http://i.imgur.com/WfgTUtel.png"
],
"license": "MIT",
"authors": {
"Danis Ziganshin": "zigdanis@gmail.com"
},
"source": {
"git": "https://github.com/zigdanis/PickerCells.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PickerCells"
}