blob: c2c3f9d7545cba552e15230fc3958240b700a2e3 [file] [log] [blame]
{
"name": "NNLHashids",
"version": "1.0.2",
"summary": "An Objective-C port of the Hashids project.",
"description": "Hashids is a small open-source library that generates short,\nunique, non-sequential ids from numbers. For more\ninformation, check out http://hashids.org/",
"homepage": "https://github.com/DrGodCarl/hashids-objc",
"license": "MIT",
"authors": {
"Carl D. Benson": "carl.d.benson@gmail.com"
},
"source": {
"git": "https://github.com/DrGodCarl/hashids-objc.git",
"tag": "1.0.2",
"submodules": true
},
"source_files": [
"Hashids",
"Hashids/**/*.{h,m,c}"
],
"exclude_files": [
"Hashids/hashids.c/main.c",
"Hashids/hashids.c/test.c"
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}