blob: 4e727920505aa15be6d644d6407e4e57ab981e1a [file] [log] [blame]
{
"name": "TableCellPicker",
"version": "0.2.3",
"summary": "A table view cell that displays a picker view for selecting a value.",
"description": "This CocoaPod provides the ability to instantiate a custom tableview cell with a picker view for selecting values.",
"homepage": "https://github.com/karryoberes/TableCellPicker",
"license": "MIT",
"authors": {
"Oberes, Karry Raia C.": "karry.raia.c.oberes@accenture.com"
},
"source": {
"git": "https://github.com/karryoberes/TableCellPicker.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TableCellPicker": [
"Pod/**/*.xib"
]
}
}