blob: 5c5d718a2e5c231b47b6f4cf48d602e4206e4488 [file] [log] [blame]
{
"name": "MHTextSearch",
"version": "0.2.0",
"license": "MIT",
"summary": "A fast embedded full-text indexing library for Objective-C.",
"description": "A fast embedded full-text indexing 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.2.0"
},
"source_files": "Classes/*.{h,m,mm}",
"dependencies": {
"Objective-LevelDB": [
]
}
}