Jofell Gallardo

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
1pod
Hashids Implementation for Objective C
Website: http://www.hashids.org
Generate short hashes from unsigned integers (like YouTube and Bitly).
Hashids 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.
License: MIT