[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 8 / f / a / FLTextFieldAutoComplete / 0.1.0 / FLTextFieldAutoComplete.podspec.json
blob4c1ef987f5b3f697251b9a8bf0f93b707939327e
2   "name": "FLTextFieldAutoComplete",
3   "version": "0.1.0",
4   "summary": "FLTextFieldAutoComplete extends UITextField allowing you to add the autocomplete feature in a really easy way.",
5   "description": "Even though creating the autocomplete feature over a UITextField is not a big issue, dealing with screen rotation, keyboard position, the look and feel, etc, makes this task harder than expected.\n    The idea behind FLTextFieldAutoComplete is to help you adding this feature in just a few lines of code.",
6   "homepage": "https://github.com/felarmir/FLTextFieldAutoComplete",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Andreev": "felarmir@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/felarmir/FLTextFieldAutoComplete.git",
19     "tag": "0.1.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "public_header_files": "Classes/*.h",
26   "frameworks": "Foundation",
27   "requires_arc": true