[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / a / 5 / 7 / ZTDropDownTextField / 0.1.5 / ZTDropDownTextField.podspec.json
blobac8c5c32c9ead8c61861e85fc068be1175ffc020
2   "name": "ZTDropDownTextField",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "ZTDropDownTextField create a dropdown list for your textField.",
7   "requires_arc": true,
8   "version": "0.1.5",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Ziyang Tan": "ziyang0621@gmail.com"
15   },
16   "homepage": "https://github.com/ziyang0621/ZTDropDownTextField",
17   "source": {
18     "git": "https://github.com/ziyang0621/ZTDropDownTextField.git",
19     "tag": "0.1.5"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "pop": [
24       "~> 1.0"
25     ]
26   },
27   "source_files": [
28     "ZTDropDownTextField/ZTDropDownTextField.swift",
29     "ZTDropDownTextField/ZTDropDownTextField-Bridging-Header.h"
30   ]