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\n tools for encryption/decryption, as well as signing/verifying.\n\n Heimdall supports both using a RSA public-private key-pair, as well as just a public key,\n which allows for multiple parties to verify and encrypt messages for sending.\n",
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/"
29 "prepare_command": " mkdir -p CommonCrypto/iphoneos\n mkdir -p CommonCrypto/iphonesimulator\n cp CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\n cp CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap\n"