[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 9 / hit / 0.2 / hit.podspec.json
blobb98505cd35fdf2cb003bc5270a94489d1b49cd7b
2   "name": "hit",
3   "version": "0.2",
4   "summary": "Lightweight full-text search written in Swift",
5   "description": "`hit` helps you quickly search your data for either a prefix or an exact match.",
6   "homepage": "https://github.com/czechboy0/hit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Honza Dvorsky": "http://honzadvorsky.com"
13   },
14   "social_media_url": "https://twitter.com/czechboy0",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/czechboy0/hit.git",
22     "tag": "v0.2"
23   },
24   "source_files": "hit/*.{swift}",
25   "requires_arc": true