blob: 17516a5e2143a1e8270bbf17bb55033211e31a42 [file] [log] [blame]
{
"name": "WUTextSuggestion",
"version": "0.1.0",
"summary": "A text suggestion toolkit for iOS.",
"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",
"homepage": "https://github.com/YuAo/WUTextSuggestion",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Yu Ao": "me@imyuao.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/YuAo/WUTextSuggestion.git",
"tag": "0.1.0"
},
"source_files": [
"WUTextSuggestion",
"WUTextSuggestion/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}