blob: 721390c7b344fa6ebea096ecaa360c2b61771ab8 [file] [log] [blame]
{
"name": "AJPickerTextField",
"version": "1.0.0",
"summary": "弹出Picker选择框的自定义TextField",
"description": "弹出Picker选择框的自定义TextField,将UIPickerView跟UITextField融合,简单化接口,功能比较简单。",
"homepage": "https://github.com/AbooJan/AJPickerTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AbooJan": "aboojaner@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AbooJan/AJPickerTextField.git",
"tag": "1.0.0"
},
"source_files": "AJPickerTextField/AJPickerTextField/*.{h,m}",
"requires_arc": true
}