blob: 143fc2064062c67dc0df4aaea3dc1af88b07fff7 [file] [log] [blame]
{
"name": "MHTextSearch",
"version": "0.3.1",
"license": "MIT",
"summary": "A fast & minimal embedded full-text search library for Objective-C.",
"description": "A fast & minimal embedded full-text search library, written in Objective-C, built on top of Objective-LevelDB.",
"homepage": "https://github.com/matehat/MHTextSearch",
"authors": "Mathieu D'Amours",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/matehat/MHTextSearch.git",
"tag": "v0.3.1"
},
"source_files": "Classes/*.{h,m,c,mm}",
"dependencies": {
"Objective-LevelDB": [
]
}
}