blob: b98505cd35fdf2cb003bc5270a94489d1b49cd7b [file] [log] [blame]
{
"name": "hit",
"version": "0.2",
"summary": "Lightweight full-text search written in Swift",
"description": "`hit` helps you quickly search your data for either a prefix or an exact match.",
"homepage": "https://github.com/czechboy0/hit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "http://honzadvorsky.com"
},
"social_media_url": "https://twitter.com/czechboy0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/czechboy0/hit.git",
"tag": "v0.2"
},
"source_files": "hit/*.{swift}",
"requires_arc": true
}