blob: 6d559e18f37b9b8d9a89cd40008234c86fefcf80 [file] [log] [blame]
{
"name": "MHTextSearch",
"version": "0.3.3",
"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.3"
},
"source_files": "Classes/*.{h,m,c,mm}",
"dependencies": {
"Objective-LevelDB": [
]
}
}