[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 8 / xxHash-Swift / 1.0.1 / xxHash-Swift.podspec.json
blob9c058e5794a68a94016cff6ec6c84357c50eef36
2   "name": "xxHash-Swift",
3   "version": "1.0.1",
4   "summary": "xxHash framework in Swift.",
5   "description": "xxHash framework in Swift.\nFramework include xxHash 32/64 bit 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/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/xxHash-Swift.git",
22     "tag": "1.0.1"
23   },
24   "source_files": "xxHash/xxHash/*.{h,swift}",
25   "swift_version": "4.2",
26   "requires_arc": true