| { |
| "name": "IQDropDownTextField", |
| "version": "1.1.1", |
| "source": { |
| "git": "https://github.com/hackiftekhar/IQDropDownTextField.git", |
| "tag": "v1.1.1" |
| }, |
| "summary": "TextField with DropDown support using UIPickerView", |
| "homepage": "https://github.com/hackiftekhar/IQDropDownTextField", |
| "license": "MIT", |
| "authors": { |
| "Iftekhar Qurashi": "hack.iftekhar@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "IQDropDownTextField/*.{h,m}" |
| ], |
| "public_header_files": [ |
| "IQDropDownTextField/IQDropDownTextField.h" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreGraphics" |
| ], |
| "requires_arc": true |
| } |