[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / f / a / FLTextFieldAutoComplete / 0.0.3 / FLTextFieldAutoComplete.podspec.json
blobe1669e43f91e934a04dd10e1df3af391c2de7735
2   "name": "FLTextFieldAutoComplete",
3   "version": "0.0.3",
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.3"
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