You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint sqlite3_arabic_tokenizer.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'sqlite3_arabic_tokenizer'
s.version = '0.0.3'
s.summary = 'sqlite3_arabic_tokenizer is a FTS5 extension to tokenizer arabic thus removing diacritics'
s.description = <<-DESC
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.