[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / a / 2 / c / HKDF / 1.0.7 / HKDF.podspec.json
blobb5865c81738a52d0f30abc8c9d259c9d823d31ba
2   "name": "HKDF",
3   "version": "1.0.7",
4   "summary": "HKDF using HMAC-SHA-512/256",
5   "platforms": {
6     "ios": "12.0"
7   },
8   "swift_versions": "5.0",
9   "homepage": "https://ticeapp.com",
10   "authors": {
11     "TICE Software UG (haftungsbeschränkt)": "contact@ticeapp.com"
12   },
13   "source": {
14     "git": "https://github.com/TICESoftware/HKDF.git",
15     "tag": "1.0.7"
16   },
17   "license": {
18     "type": "MIT"
19   },
20   "source_files": "Sources/**/*",
21   "dependencies": {
22     "Sodium": [
24     ]
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "swift_version": "5.0"