[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 8 / xxHash-Swift / 1.1.0 / xxHash-Swift.podspec.json
blob133c1fd8bb20262eeacd19155c2c9882c88c88fc
2   "name": "xxHash-Swift",
3   "version": "1.1.0",
4   "summary": "xxHash framework in Swift.",
5   "description": "xxHash framework in Swift.\nA framework includes XXH32/XXH64/XXH3-64/XXH3-128 functions.\n\nOriginal xxHash algorithm created by Yann Collet.\nhttps://cyan4973.github.io/xxHash/",
6   "homepage": "https://github.com/daisuke-t-jp/xxHash-Swift",
7   "screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/xxHash-Swift/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/xxHash-Swift.git",
22     "tag": "1.1.0"
23   },
24   "source_files": [
25     "Sources/xxHash/*.{swift}",
26     "Sources/xxHash/xxh3/*.{swift}"
27   ],
28   "swift_versions": "5.3",
29   "requires_arc": true,
30   "swift_version": "5.3"