[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / a / 4 / FNV / 1.1.2 / FNV.podspec.json
blob75d10d07c849ae37a8b6edf033faa9106c3b19d6
2   "name": "FNV",
3   "version": "1.1.2",
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.1.2"
23   },
24   "source_files": "Sources/FNV/*.{swift}",
25   "swift_versions": "5.3",
26   "requires_arc": true,
27   "swift_version": "5.3"