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 "Henri Normak": "henri.normak@gmail.com"
14 "social_media_url": "http://twitter.com/henrinormak",
19 "git": "https://github.com/henrinormak/Heimdall.git",
22 "preserve_paths": "CommonCrypto/*",
23 "source_files": "Heimdall/*",
26 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/iphonesimulator/",
27 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/iphoneos/",
28 "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/appletvos/",
29 "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/appletvsimulator/"
31 "prepare_command": "mkdir -p CommonCrypto/iphoneos\nmkdir -p CommonCrypto/iphonesimulator\nmkdir -p CommonCrypto/appletvos\nmkdir -p CommonCrypto/appletvsimulator\ncp CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvsimulator/module.modulemap",
32 "pushed_with_swift_version": "3.0"