[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / e / 1 / Hashids / 0.3.1 / Hashids.podspec.json
blob8601bf0e44fece54880d5b98f06d0eacf26619ae
2   "name": "Hashids",
3   "version": "0.3.1",
4   "summary": "Hashids Implementation for Objective C",
5   "description": "Hashids Implementation for Objective C\n\nWebsite: [http://www.hashids.org](http://www.hashids.org)\n\nGenerate short hashes from unsigned integers (like YouTube and Bitly).\n\n* obfuscate database IDs\n* use them as forgotten password hashes\n* invitation codes\n* store shard numbers\n\nHashids was designed for use in URL shortening, tracking stuff, validating accounts, or making pages private. Instead of showing items as `1`, `2`, or `3`, you could show them as `b9iLXiAa`, `EATedTBy`, and `Aaco9cy5`. Hashes depend on your salt value as well.\n\n",
6   "homepage": "https://hashids.github.io",
7   "license": "MIT",
8   "authors": {
9     "Jopes Gallardo": "jofellxcite@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jofell/Hashids.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "Hashids": [
22       "Pod/Assets/*.png"
23     ]
24   }