[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / 7 / SecureKit / 1.0.2 / SecureKit.podspec.json
blob9586692b62fc4655822f39a30fe45bff3502a477
2   "name": "SecureKit",
3   "version": "1.0.2",
4   "summary": "A kit that secure the user sensitive data.",
5   "description": "It secures the user sensitive data using AES encryption given iv, key and pkcs7 parameters. It prevents reverse engineering stuffs.",
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": "1.0.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"