blob: c9f43fd9c034035968d8cfb1ee04ef619e08391a [file] [log] [blame]
{
"name": "IGSearch",
"version": "0.3.2",
"summary": "A simple Objective-C full text search engine with CJK support.",
"homepage": "https://github.com/siuying/IGSearch",
"authors": {
"Francis Chong": "francis@ignition.hk",
"Steven Gravell": "steve@mokele.co.uk"
},
"source": {
"git": "https://github.com/siuying/IGSearch.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "5.1",
"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": [
]
}
}