2 "name": "WhiteboxCryptography",
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",
12 "Sanjay Dey": "deysanjay285@gmail.com"
21 "pod_target_xcconfig": {
22 "DEFINES_MODULE": "NO"
25 "git": "https://github.com/DrDijkstra/WhiteboxCryptography.git",
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"