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