[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / d / e / NNLHashids / 1.0.2 / NNLHashids.podspec.json
blobc2c3f9d7545cba552e15230fc3958240b700a2e3
2   "name": "NNLHashids",
3   "version": "1.0.2",
4   "summary": "An Objective-C port of the Hashids project.",
5   "description": "Hashids is a small open-source library that generates short,\nunique, non-sequential ids from numbers. For more\ninformation, check out http://hashids.org/",
6   "homepage": "https://github.com/DrGodCarl/hashids-objc",
7   "license": "MIT",
8   "authors": {
9     "Carl D. Benson": "carl.d.benson@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DrGodCarl/hashids-objc.git",
13     "tag": "1.0.2",
14     "submodules": true
15   },
16   "source_files": [
17     "Hashids",
18     "Hashids/**/*.{h,m,c}"
19   ],
20   "exclude_files": [
21     "Hashids/hashids.c/main.c",
22     "Hashids/hashids.c/test.c"
23   ],
24   "platforms": {
25     "osx": null,
26     "ios": null,
27     "tvos": null,
28     "watchos": null
29   }