[Add] DouyinSDKTemplate 0.0.1
[CocoaPods.git] / Specs / 2 / 6 / 8 / xxHash-Swift / 1.0.11 / xxHash-Swift.podspec.json
blob3725e9aacb14bdf57237cdfe38b2b705b1d9b085
2   "name": "xxHash-Swift",
3   "version": "1.0.11",
4   "summary": "xxHash framework in Swift.",
5   "description": "xxHash framework in Swift.\nA framework includes 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/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.0.11"
23   },
24   "source_files": "Sources/xxHash/*.{swift}",
25   "swift_version": "5.0",
26   "requires_arc": true