[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / 5 / YONAutoComplete / 1.3.1 / YONAutoComplete.podspec.json
blob5941a3b16fe67bfa36dd57672ef4c7d85d408748
2   "name": "YONAutoComplete",
3   "version": "1.3.1",
4   "summary": "Add auto-completion to a UITextField",
5   "description": "Simplest auto-complete:  \njust create a `YONAutoComplete` object and assign it as the delegate of a `UITextField`:\n\n```objective-c\n    YONAutoComplete *autoComplete = [YONAutoComplete new];\n    textField.delegate = autoComplete;\n```\n\nThe user can either choose from the list of completions, or type a new value that will be added to the list automatically.",
6   "homepage": "https://github.com/yonat/YONAutoComplete",
7   "screenshots": "http://ootips.org/yonat/wp-content/uploads/2014/06/YONAutoComplete.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/yonat/YONAutoComplete.git",
20     "tag": "1.3.1"
21   },
22   "source_files": "*.{h,m}",
23   "exclude_files": [
24     "YONAutoComplete",
25     "YONAutoComplete.xcodeproj"
26   ],
27   "resources": [
28     "PrivacyInfo.xcprivacy"
29   ],
30   "requires_arc": true