blob: ac8c5c32c9ead8c61861e85fc068be1175ffc020 [file] [log] [blame]
{
"name": "ZTDropDownTextField",
"platforms": {
"ios": "8.0"
},
"summary": "ZTDropDownTextField create a dropdown list for your textField.",
"requires_arc": true,
"version": "0.1.5",
"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.5"
},
"frameworks": "UIKit",
"dependencies": {
"pop": [
"~> 1.0"
]
},
"source_files": [
"ZTDropDownTextField/ZTDropDownTextField.swift",
"ZTDropDownTextField/ZTDropDownTextField-Bridging-Header.h"
]
}