blob: 37a121eb14d1ceaa90fcaa616aedd03c21e4738f [file] [log] [blame]
{
"name": "BBTextFieldPicker",
"version": "0.9",
"summary": "UITextField keyboard replacement with a UIPickerView.",
"description": "A custom UITextField with a UIPicker in use for the keyboard.",
"homepage": "http://github.com/billburgess",
"license": {
"type": "MIT",
"text": "Copyright 2013 Bill Burgess"
},
"authors": {
"Bill Burgess": "bill@simplymadeapps.com.com"
},
"source": {
"git": "https://github.com/billburgess/BBTextFieldPicker.git",
"tag": "0.9"
},
"platforms": {
"ios": "5.0"
},
"source_files": "BBTextFieldPicker/*.{h,m}",
"requires_arc": true
}