blob: c29305e32974d390183d723706569b554f0f80b4 [file] [log] [blame]
{
"name": "CDSTextFieldPicker",
"version": "1.0.0",
"summary": "A UIPickerView replacement for the keyboard in a UITextField with toolbar",
"description": "A custom UITextField that implements a UIPicker as its keyboard and allows for simple interaction.",
"homepage": "https://github.com/centerdialstudio/CDSTextFieldPicker",
"license": "MIT",
"authors": {
"Center Dial Studio": "Chris Anderson"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/centerdialstudio/CDSTextFieldPicker.git",
"tag": "1.0.0"
},
"source_files": "CDSTextFieldPicker/*.{h,m}",
"requires_arc": true
}