[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 4 / FNV / 1.0.5 / FNV.podspec.json
blob8623eba510f75f1b48848b05baba98cb768d3bf4
2   "name": "FNV",
3   "version": "1.0.5",
4   "summary": "FNV hash framework in Swift.",
5   "description": "This is \"FNV\" (Fowler/Noll/Vo) hash framework in Swift.\n\nFramework include \"FNV-0 32/64bit\", \"FNV-1 32/64bit\", \"FNV-1a 32/64bit\" functions.",
6   "homepage": "https://github.com/daisuke-t-jp/FNV",
7   "screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/FNV/master/doc/header.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "daisuke-t-jp": "daisuke.t.jp@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "12.0"
19   },
20   "source": {
21     "git": "https://github.com/daisuke-t-jp/FNV.git",
22     "tag": "1.0.5"
23   },
24   "source_files": "FNV/FNV/*.{h,swift}",
25   "swift_version": "4.2",
26   "requires_arc": true