[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 2 / 6 / YapDatabaseCJKFullTextSearch / 0.1.1 / YapDatabaseCJKFullTextSearch.podspec.json
blob850ebbd43b8e003ff31cac3487bfa205cce01c0e
2   "name": "YapDatabaseCJKFullTextSearch",
3   "version": "0.1.1",
4   "summary": "A YapDatabase extension that allow full text search for CJK content.",
5   "description": "                       Use SQLite porter stemmer from Mozilla Thunderbird, this extension extend\n                       YapDatabaseFullTextSearch to allow indexing and searching for CJK content.\n",
6   "homepage": "https://github.com/siuying/YapDatabaseCJKFullTextSearch",
7   "license": "MIT",
8   "authors": {
9     "Francis Chong": "francis@ignition.hk"
10   },
11   "source": {
12     "git": "https://github.com/siuying/YapDatabaseCJKFullTextSearch.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/siuying",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m,c}",
21   "preserve_paths": "Pod/Classes/vendor/sqlite3-fts-cjk/MTL.txt",
22   "dependencies": {
23     "YapDatabase": [
24       ">= 2.4"
25     ],
26     "JRSwizzle": [
28     ]
29   }