Latest | 0.3.2 |
---|---|
Homepage | https://hashids.github.io |
License | MIT |
Platforms | ios 6.0, osx 10.6, requires ARC |
Authors |
Latest podspec
{ "name": "Hashids", "version": "0.3.2", "summary": "Hashids Implementation for Objective C", "description": "Hashids Implementation for Objective CnnWebsite: [http://www.hashids.org](http://www.hashids.org)nnGenerate short hashes from unsigned integers (like YouTube and Bitly).nn* obfuscate database IDsn* use them as forgotten password hashesn* invitation codesn* store shard numbersnnHashids 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.nn", "homepage": "https://hashids.github.io", "license": "MIT", "authors": { "Jopes Gallardo": "[email protected]" }, "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" ] } }
Sat, 05 Mar 2016 13:47:03 +0000