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