blob: 2aa5f5385e8bb2df3896bdd33495874a4587bd80 [file] [log] [blame]
{
"name": "Hashids",
"version": "0.3.2",
"summary": "Hashids Implementation for Objective C",
"description": "Hashids Implementation for Objective C\n\nWebsite: [http://www.hashids.org](http://www.hashids.org)\n\nGenerate short hashes from unsigned integers (like YouTube and Bitly).\n\n* obfuscate database IDs\n* use them as forgotten password hashes\n* invitation codes\n* store shard numbers\n\nHashids was designed for use in URL shortening, tracking stuff, validating accounts, or making pages private. Instead of showing items as `1`, `2`, or `3`, you could show them as `b9iLXiAa`, `EATedTBy`, and `Aaco9cy5`. Hashes depend on your salt value as well.\n\n",
"homepage": "https://hashids.github.io",
"license": "MIT",
"authors": {
"Jopes Gallardo": "jofellxcite@gmail.com"
},
"source": {
"git": "https://github.com/jofell/Hashids.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.6"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Hashids": [
"Pod/Assets/*.png"
]
}
}