blob: 57d2298f12fef418b829fd072363b3f86bf11d92 [file] [log] [blame]
{
"name": "CDBUUID",
"version": "1.0.1",
"summary": "The CDBUUID provides methods for generating compact, unique ids",
"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.",
"homepage": "https://github.com/truebucha/CDBUUID",
"license": "MIT",
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/CDBUUID.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "CDBUUID/Classes/**/*"
}