[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 3 / 2 / xxHash / 0.1.0 / xxHash.podspec.json
blob204b78e1e0cfbac181215a4cdb5f84296304f13e
2   "name": "xxHash",
3   "version": "0.1.0",
4   "summary": "Swift wrapper for reference C implementation of xxHash hashes.",
5   "homepage": "https://github.com/tesseract-one/xxHash.swift",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tesseract Systems, Inc.": "info@tesseract.one"
12   },
13   "source": {
14     "git": "https://github.com/tesseract-one/xxHash.swift.git",
15     "tag": "0.1.0"
16   },
17   "swift_versions": "5.4",
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13",
21     "tvos": "11.0",
22     "watchos": "6.0"
23   },
24   "source_files": "Sources/xxHash/**/*.swift",
25   "preserve_paths": "Sources/CxxHash",
26   "pod_target_xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_TARGET_SRCROOT}/Sources\""
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "platforms": {
34         "ios": "11.0",
35         "osx": "10.13",
36         "tvos": "11.0"
37       },
38       "source_files": "Tests/xxHashTests/*.swift"
39     }
40   ],
41   "swift_version": "5.4"