[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / a / sqlite3_arabic_tokenizer / 0.0.1 / sqlite3_arabic_tokenizer.podspec.json
bloba6a817fe1762b4f153f4528436af2159adbd1184
2   "name": "sqlite3_arabic_tokenizer",
3   "version": "0.0.1",
4   "summary": "sqlite3_arabic_tokenizer is a FTS5 extension to tokenizer arabic thus removing diacritics",
5   "description": "sqlite3_arabic_tokenizer is a FTS5 extension to tokenizer arabic thus removing diacritics. It will remove diacritics from arabic word so that arabic can be searched with or without diacritics. It is just a native c library wrapped in a framework.",
6   "homepage": "https://github.com/GreentechApps/sqlite3_arabic_tokenizer_pod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shahriar Nasim Nafi": "shahriarnasim.nafi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GreentechApps/sqlite3_arabic_tokenizer_pod.git",
16     "tag": "0.0.1"
17   },
18   "prepare_command": "cd sqlite3_arabic_tokenizer/Common/\nmake sqlite3-arabic-tokenizer.c",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13"
22   },
23   "source_files": "sqlite3_arabic_tokenizer/Common/*.{h,c}",
24   "requires_arc": false,
25   "public_header_files": "sqlite3_arabic_tokenizer/Common/sqlite3-arabic-tokenizer.h"