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