blob: f624f5ba86ba18915a0a7b9f6886f5cd888d3ca6 [file] [log] [blame]
{
"name": "IGSearch",
"version": "0.1.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.1.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": [
]
}
}