[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 9 / b / WhiteboxCryptographySDK / 1.0.2 / WhiteboxCryptographySDK.podspec.json
blob3ac2a86b15fca57c915e62798bb6faccf181838c
2   "name": "WhiteboxCryptographySDK",
3   "version": "1.0.2",
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.3"
20   },
21   "source": {
22     "git": "https://github.com/DrDijkstra/WhiteboxCryptography.git",
23     "tag": "1.0.2"
24   },
25   "source_files": "Source/**/*.swift",
26   "swift_versions": "5.0",
27   "swift_version": "5.0"