[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 5 / c / Digest / 1.6.1 / Digest.podspec.json
blob101869b651ecd22d487ae7c762ead159ea7cd12a
2   "name": "Digest",
3   "version": "1.6.1",
4   "summary": "SHA1, SHA2, SHA3, SHAKE, HMAC, HKDF, MGF1, random numbers in Swift",
5   "authors": {
6     "Leif Ibsen": "https://github.com/leif-ibsen"
7   },
8   "homepage": "https://github.com/leif-ibsen/Digest",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "osx": "10.13",
15     "ios": "11.0",
16     "tvos": "11.0",
17     "watchos": "4.0"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/mIwr/Digest.git",
22     "tag": "1.6.1"
23   },
24   "source_files": [
25     "Sources/Digest/*.swift",
26     "Sources/Digest/**/*.swift"
27   ],
28   "frameworks": "Foundation",
29   "resource_bundles": {
30     "Digest": [
31       "Sources/Digest/PrivacyInfo.xcprivacy"
32     ]
33   },
34   "swift_version": "5.0"