| { | |
| "name": "IQDropDownTextField", | |
| "version": "1.0.2", | |
| "summary": "TextField with DropDown support using UIPickerView", | |
| "homepage": "https://github.com/hackiftekhar/IQDropDownTextField", | |
| "license": "MIT", | |
| "authors": { | |
| "Iftekhar Qurashi": "hack.iftekhar@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/hackiftekhar/IQDropDownTextField.git", | |
| "tag": "v1.0.2" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "IQDropDownTextField/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |