blob: d2599b766899129afd222be257bfc7821a6bfc76 [file] [log] [blame]
{
"name": "IGSearch",
"version": "0.3.0",
"summary": "A simple Objective-C full text search engine with CJK support.",
"homepage": "https://github.com/siuying/IGSearch",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGSearch.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": [
"IGSearch/Classes/*.{h,m}",
"vendor/sqlite3-fts-cjk/fts3/*.{h,m,c}"
],
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"dependencies": {
"FMDB/standalone": [
],
"sqlite3": [
],
"CocoaLumberjack": [
]
}
}