blob: e81ca36d4c23a827b66c843733bd853490efbf71 [file] [log] [blame]
{
"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
}