[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 3 / e / 8 / MHTextSearch / 0.3.0 / MHTextSearch.podspec.json
blob3c1a51b0d6f12575e3bfd41670bebb21e894a66f
2   "name": "MHTextSearch",
3   "version": "0.3.0",
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.0"
17   },
18   "source_files": "Classes/*.{h,m,c,mm}",
19   "dependencies": {
20     "Objective-LevelDB": [
22     ]
23   }