[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / 7 / SecureKit / 0.1.0 / SecureKit.podspec.json
blobe5e845ee6145caba8b89c807254eedec67251909
2   "name": "SecureKit",
3   "version": "0.1.0",
4   "summary": "A kit that secure the user sensitive data.",
5   "description": "It secures the user sensitive data using AES encryption such as one time password code, password.",
6   "homepage": "https://github.com/TolgaTaner/SecureKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TolgaTaner": "dev.tolgataner@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/TolgaTaner/SecureKit.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/TolgaTanerdev",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "SecureKit/Classes/**/*",
24   "dependencies": {
25     "CryptoSwift": [
27     ],
28     "KeychainSwift": [
30     ]
31   },
32   "swift_version": "5.0"