[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 4 / FNV / 1.0.10 / FNV.podspec.json
blobe319be284bee6fae968ea79ea4e76e1670f4dc8e
2   "name": "FNV",
3   "version": "1.0.10",
4   "summary": "FNV hash framework in Swift.",
5   "description": "This is \"FNV\" (Fowler/Noll/Vo) hash framework in Swift.\nA framework includes \"FNV-0 32/64bit\", \"FNV-1 32/64bit\", \"FNV-1a 32/64bit\" functions.\n\nOriginal FNV algorithm created by Glenn Fowler, Landon Curt Noll, and Kiem-Phong Vo.",
6   "homepage": "https://github.com/daisuke-t-jp/FNV",
7   "screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/FNV/master/images/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.10"
23   },
24   "source_files": "Sources/FNV/*.{swift}",
25   "swift_version": "4.2",
26   "requires_arc": true