[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 7 / WUTextSuggestion / 0.2.0 / WUTextSuggestion.podspec.json
blob96baa29ca67d915531a891f68cadfb994077f0fd
2   "name": "WUTextSuggestion",
3   "version": "0.2.0",
4   "summary": "A text suggestion toolkit for iOS.",
5   "description": "                    `WUTextSuggestion` aims to be a full featured text suggestion toolkit for iOS.\n\n                    It can easily be integrated in your project with only couple lines of code.\n\n                    It allows you to load text suggestions asynchronously from a remote server.\n\n                    It is fully customizable. You can design your own text suggestion display controller to work with it.\n",
6   "homepage": "https://github.com/YuAo/WUTextSuggestion",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Yu Ao": "me@imyuao.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/YuAo/WUTextSuggestion.git",
19     "tag": "0.2.0"
20   },
21   "source_files": [
22     "WUTextSuggestion",
23     "WUTextSuggestion/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true