[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 4 / a / 1 / AutoCompleteTextField / 0.2.5 / AutoCompleteTextField.podspec.json
blob9d34a2043f242022a9ac31365510a630f33ad55c
2   "name": "AutoCompleteTextField",
3   "version": "0.2.5",
4   "summary": "TextField Subclass with auto completion feature.",
5   "description": "\"A TextField Subclass that has input suggestion for user's convenience, when auto completion feature kicks in, it uses the suggestions from the datasource provided by the user or from the default domain.\"",
6   "homepage": "https://github.com/nferocious76/AutoCompleteTextField",
7   "license": "MIT",
8   "authors": {
9     "Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nferocious76/AutoCompleteTextField.git",
13     "tag": "0.2.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resources": "Pod/Assets/*.xcassets",
21   "pushed_with_swift_version": "3.0-GM-CANDIDATE"