[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / 8 / MHTextSearch / 0.2.2 / MHTextSearch.podspec.json
blob174805c6d03c3da8c7844ac31f68caba853596f8
2   "name": "MHTextSearch",
3   "version": "0.2.2",
4   "license": "MIT",
5   "summary": "A fast embedded full-text indexing library for Objective-C.",
6   "description": "A fast embedded full-text indexing 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.2.2"
17   },
18   "source_files": "Classes/*.{h,m,mm}",
19   "dependencies": {
20     "Objective-LevelDB": [
22     ]
23   }