[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / a / FLTextFieldAutoComplete / 0.0.2 / FLTextFieldAutoComplete.podspec.json
blobc648b7d57ed521d57749e5cb3d1843122a03a9e5
2   "name": "FLTextFieldAutoComplete",
3   "version": "0.0.2",
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": "MIT",
8   "authors": {
9     "Denis Andreev": "felarmir@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/felarmir/FLTextFieldAutoComplete.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "Classes/*.h",
24   "requires_arc": true