[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / 3 / PFHSlugID / 0.0.1 / PFHSlugID.podspec.json
blob6d42d92bdf9872be8f092e39c4935318d4524106
2   "name": "PFHSlugID",
3   "version": "0.0.1",
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": "0.0.1"
18   },
19   "source_files": [
20     "PFHSlugID",
21     "PFHSlugID/**/*.{h,m}"
22   ]