[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 0 / a / 7 / SecureKit / 0.1.2 / SecureKit.podspec.json
blobee9be2847d51186986921751eaeebca3cfedd63c
2   "name": "SecureKit",
3   "version": "0.1.2",
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.2"
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   "frameworks": "XCTest",
25   "dependencies": {
26     "CryptoSwift": [
28     ],
29     "KeychainSwift": [
31     ]
32   },
33   "swift_version": "5.0"