blob: 458e4df235686a7691ee3f9440eee43aa39bb114 [file] [log] [blame]
{
"name": "Heimdall",
"version": "2.0.0",
"summary": "Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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.",
"homepage": "https://github.com/henrinormak/Heimdall",
"source": {
"git": "https://github.com/henrinormak/Heimdall.git",
"tag": "2.0.0"
},
"authors": {
"Henri Normak": "henri.normak@gmail.com"
},
"social_media_url": "http://twitter.com/henrinormak",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"source_files": "Heimdall/*.{swift,h}",
"requires_arc": true
}