[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 2 / WhiteboxCryptography / 1.0.6 / WhiteboxCryptography.podspec.json
blobbf73588ab79ba0e07c6dc7eaca53255b3cd8e6f4
2   "name": "WhiteboxCryptography",
3   "version": "1.0.6",
4   "summary": "A cryptographic SDK using white-box cryptography techniques.",
5   "description": "This SDK provides a set of cryptographic functions like AES encryption, decryption, HMAC, and key derivation using PBKDF2.",
6   "homepage": "https://github.com/DrDijkstra/WhiteboxCryptography",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sanjay Dey": "deysanjay285@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "14.0",
17     "watchos": "8.7",
18     "tvos": "15.6",
19     "visionos": "1.2"
20   },
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "NO"
23   },
24   "source": {
25     "git": "https://github.com/DrDijkstra/WhiteboxCryptography.git",
26     "tag": "1.0.6"
27   },
28   "readme": "https://github.com/DrDijkstra/WhiteboxCryptography/blob/develop/README.md",
29   "source_files": "Sources/**/*.swift",
30   "swift_versions": "5.0",
31   "swift_version": "5.0"