4 "summary": "URL-safe base64 UUID encoder for generating 22 character slugs",
5 "description": "A iOS static library for generating UUIDs and encode them in URL-safe base64 (See RFC 4648 sec. 5). The compressed UUIDs are always 22 characters on the following form [a-Z0-9_-]{22}. This is useful for small unique slugs.",
6 "homepage": "https://github.com/paulhfch/PFHSlugID",
9 "Paul Fangchen Huang": "paul.hfch@gmail.com"
16 "git": "https://github.com/paulhfch/PFHSlugID.git",
21 "PFHSlugID/**/*.{h,m}"