[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / a / 1 / AutoCompleteTextField / 0.4.1 / AutoCompleteTextField.podspec.json
blob71c68ba2b017b18e954ad0523804174955bb2c6f
2   "name": "AutoCompleteTextField",
3   "version": "0.4.1",
4   "swift_version": "4.2",
5   "summary": "TextField Subclass with auto completion feature.",
6   "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.\"",
7   "homepage": "https://github.com/nferocious76/AutoCompleteTextField",
8   "license": "MIT",
9   "authors": {
10     "Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/nferocious76/AutoCompleteTextField.git",
14     "tag": "0.4.1"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": "Pod/Assets/*.xcassets"