blob: 412ebeae453aa2802f17082a92b40355b1cc0e06 [file] [log] [blame]
{
"name": "CPPickerView",
"version": "1.1.0",
"summary": "A custom, configurable, horizontal version of UIPickerView built to live in a UITableViewCell.",
"homepage": "https://github.com/cbpowell/CPPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Powell": "cbpowell@gmail.com"
},
"source": {
"git": "https://github.com/cbpowell/CPPickerView.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "CPPickerView/*.{h,m}",
"resources": "Resources/*.png",
"requires_arc": true
}