[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 8 / MHTextSearch / 0.3.4 / MHTextSearch.podspec.json
bloba2c7ae9962c3e40705fb37f27aa658ca1b572965
2   "name": "MHTextSearch",
3   "version": "0.3.4",
4   "license": "MIT",
5   "summary": "A fast & minimal embedded full-text search library for Objective-C.",
6   "description": "A fast & minimal embedded full-text search library, written in Objective-C, built on top of Objective-LevelDB.",
7   "homepage": "https://github.com/matehat/MHTextSearch",
8   "authors": "Mathieu D'Amours",
9   "requires_arc": true,
10   "platforms": {
11     "ios": "5.0",
12     "osx": "10.7"
13   },
14   "source": {
15     "git": "https://github.com/matehat/MHTextSearch.git",
16     "tag": "v0.3.4"
17   },
18   "source_files": "Classes/*.{h,m,c,mm}",
19   "dependencies": {
20     "Objective-LevelDB": [
22     ]
23   }