blob: d627b671dbc9f82b96eeb93196cfe4b3382478e3 [file] [log] [blame]
{
"name": "PFHSlugID",
"version": "1.0.0",
"summary": "URL-safe base64 UUID encoder for generating 22 character slugs",
"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.",
"homepage": "https://github.com/paulhfch/PFHSlugID",
"license": "MIT",
"authors": {
"Paul Fangchen Huang": "paul.hfch@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/paulhfch/PFHSlugID.git",
"tag": "1.0.0"
},
"source_files": [
"PFHSlugID",
"PFHSlugID/**/*.{h,m}"
]
}