blob: 205fd16bae9275afc74be237ee7846614929bbe2 [file] [log] [blame]
{
"name": "ZTDropDownTextField",
"platforms": {
"ios": "8.0"
},
"summary": "ZTDropDownTextField create a dropdown list for your textField.",
"requires_arc": true,
"version": "0.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ziyang Tan": "ziyang0621@gmail.com"
},
"homepage": "https://github.com/ziyang0621/ZTDropDownTextField",
"source": {
"git": "https://github.com/ziyang0621/ZTDropDownTextField.git",
"tag": "0.1.3"
},
"frameworks": "UIKit",
"dependencies": {
"pop": [
"~> 1.0"
]
},
"source_files": [
"ZTDropDownTextField/ZTDropDownTextField.swift",
"ZTDropDownTextField/ZTDropDownTextField-Bridging-Header.h"
]
}