[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / a / 1 / AutoCompleteTextField / 0.4.0 / AutoCompleteTextField.podspec.json
blob35c8291a868877c171c2ea82f40cf0c08e5c28fa
2   "name": "AutoCompleteTextField",
3   "version": "0.4.0",
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.0"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": "Pod/Assets/*.xcassets"