blob: 850ebbd43b8e003ff31cac3487bfa205cce01c0e [file] [log] [blame]
{
"name": "YapDatabaseCJKFullTextSearch",
"version": "0.1.1",
"summary": "A YapDatabase extension that allow full text search for CJK content.",
"description": " Use SQLite porter stemmer from Mozilla Thunderbird, this extension extend\n YapDatabaseFullTextSearch to allow indexing and searching for CJK content.\n",
"homepage": "https://github.com/siuying/YapDatabaseCJKFullTextSearch",
"license": "MIT",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/YapDatabaseCJKFullTextSearch.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/siuying",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m,c}",
"preserve_paths": "Pod/Classes/vendor/sqlite3-fts-cjk/MTL.txt",
"dependencies": {
"YapDatabase": [
">= 2.4"
],
"JRSwizzle": [
]
}
}