[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / a / 1 / AutoCompleteTextField / 0.2.0 / AutoCompleteTextField.podspec.json
blobec7f171c382688d6d87c6375154a84046376c072
2   "name": "AutoCompleteTextField",
3   "version": "0.2.0",
4   "summary": "TextField Subclass with auto completion feature.",
5   "description": "\"A TextField Subclass that has input suggestion for user's convenience where auto completion feature kicks in where the suggestions are from filtered data from the provided source of the user.\"",
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.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AutoCompleteTextField": [
22       "Pod/Assets/**/*.{png,jpeg,jpg}"
23     ]
24   }