[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 4 / f / StringSearchKit / 0.0.2 / StringSearchKit.podspec.json
blobfce6f1ffe37e8b942532117d0dab452239cf60c2
2   "name": "StringSearchKit",
3   "version": "0.0.2",
4   "summary": "A simple framework for macOS - enabling fast, in memory, prefix based, string searching.",
5   "description": "A simple framework that enable fast, in memory, prefix based, string searching using a Trie data strucutre.",
6   "homepage": "https://github.com/mabidakun/StringSearchKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mabidakun": "github@mikeosoft.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/mabidakun/StringSearchKit.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "osx": "10.11",
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "StringSearchKit/Classes/**/*",
24   "pushed_with_swift_version": "3.0"