[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 4 / f / StringSearchKit / 0.0.4 / StringSearchKit.podspec.json
blob8ad2984fee464eb8535a31b3630c1f5b7bd8b5f4
2   "name": "StringSearchKit",
3   "version": "0.0.4",
4   "summary": "A simple framework for macOS/iOS - enabling fast, in memory, prefix based, string searching, using a Trie.",
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.4"
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"