[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 4 / f / StringSearchKit / 1.0.0 / StringSearchKit.podspec.json
blobde2e251ecb34710a1f20e85dea08c4c99936fbde
2   "name": "StringSearchKit",
3   "version": "1.0.0",
4   "summary": "A simple library for macOS/iOS/tvOS - enabling fast, in memory, prefix based, string searching, using a Trie.",
5   "description": "A simple library for macOS/iOS/tvOS that enables 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": "1.0.0"
17   },
18   "platforms": {
19     "osx": "10.11",
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "StringSearchKit/Classes/**/*"