4 "summary": "The CDBUUID provides methods for generating compact, unique ids",
5 "description": "The CDBUUID class provides methods for generating compact, unique ids.\n It based on `Identify` class of https://github.com/weaver/Identify\n but with removed ASIdentifierManager which has issue when submitting to the app store\n Ids are encoded as urlsafe base64 (letters, numbers, underscores, dashes),\n any `=` padding is stripped off, and they are given a single character\n prefix.",
6 "homepage": "https://github.com/yocaminobien/CDBUUID",
9 "yocaminobien": "yocaminobien@gmail.com"
12 "git": "https://github.com/yocaminobien/CDBUUID.git",
15 "social_media_url": "https://twitter.com/yocaminobien",
19 "source_files": "CDBUUID/Classes/**/*"