[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / 3 / PFHSlugID / 1.0.0 / PFHSlugID.podspec.json
blobd627b671dbc9f82b96eeb93196cfe4b3382478e3
2   "name": "PFHSlugID",
3   "version": "1.0.0",
4   "summary": "URL-safe base64 UUID encoder for generating 22 character slugs",
5   "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.",
6   "homepage": "https://github.com/paulhfch/PFHSlugID",
7   "license": "MIT",
8   "authors": {
9     "Paul Fangchen Huang": "paul.hfch@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/paulhfch/PFHSlugID.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "PFHSlugID",
21     "PFHSlugID/**/*.{h,m}"
22   ]