blob: f43bab8fd93de9bd88da765d8252014927e6b211 [file] [log] [blame]
{
"name": "BitapSearch",
"version": "0.1.1",
"summary": "Fuzzy searching using the Bitap algorithm.",
"description": "A lightweight fuzzy-search library, with zero dependencies",
"homepage": "https://github.com/krisk/BitapSearch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kirollos Risk": "kirollos@gmail.com"
},
"source": {
"git": "https://github.com/krisk/BitapSearch.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/kirorisk",
"platforms": {
"ios": "8.0"
},
"source_files": "BitapSearch/Classes/**/*",
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "Fuse"
}