[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / f / 8 / CDBUUID / 1.0.1 / CDBUUID.podspec.json
blob57d2298f12fef418b829fd072363b3f86bf11d92
2   "name": "CDBUUID",
3   "version": "1.0.1",
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/truebucha/CDBUUID",
7   "license": "MIT",
8   "authors": {
9     "truebucha": "truebucha@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/truebucha/CDBUUID.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/truebucha",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "source_files": "CDBUUID/Classes/**/*"