blob: ec45c014e88c40c9302867eae52ee2ff93311e3c [file] [log] [blame]
{
"name": "objc-ngram",
"version": "1.0.0",
"summary": "Rudimentary n-gram search in Objective-C.",
"description": " Implements a dictionary with full text search n-gram-based functionality.\n",
"homepage": "https://github.com/dblock/objc-ngram",
"license": "MIT",
"authors": {
"dblock": "dblock@dblock.org"
},
"source": {
"git": "https://github.com/dblock/objc-ngram.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/dblockdotorg",
"requires_arc": true,
"source_files": "Classes"
}