4 "summary": "Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.",
9 "description": "Heimdall acts as a gatekeeper between UI and the underlying Security frameworks, offering\ntools for encryption/decryption, as well as signing/verifying.\n\nHeimdall supports both using a RSA public-private key-pair, as well as just a public key,\nwhich allows for multiple parties to verify and encrypt messages for sending.",
10 "homepage": "https://github.com/henrinormak/Heimdall",
12 "git": "https://github.com/henrinormak/Heimdall.git",
16 "Henri Normak": "henri.normak@gmail.com"
18 "social_media_url": "http://twitter.com/henrinormak",
23 "swift_version": "4.2",
24 "source_files": "Heimdall/*.{swift,h}",