[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / d / 4 / APLTextField / 0.0.2 / APLTextField.podspec.json
blobda273da5ee9544d0c07aab2f2590144e4ebb5a09
2   "name": "APLTextField",
3   "version": "0.0.2",
4   "summary": "Advanced UITextField subclass with the possibility to be connected to a picker",
5   "description": "                   Text Field can be configured with a list of options which will be presented in a picker view instead of showing a keyboard.\n                   \n                   Supports:\n                   * UIDatePicker and UIPickerView\n                   * text field clearance with select none option\n                   * left image icon\n",
6   "homepage": "https://github.com/apploft/APLTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Kamphausen": "michael.kamphausen@apploft.de",
13     "Nico Schùˆmann": "nico.schuemann@apploft.de"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/apploft/APLTextField.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true