blob: 611c60af33d2a0b5f03c24fe62b572bbf76155e8 [file] [log] [blame]
{
"name": "Heimdall",
"version": "0.2.2",
"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",
"authors": {
"Henri Normak": "henri.normak@gmail.com"
},
"social_media_url": "http://twitter.com/henrinormak",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/henrinormak/Heimdall.git",
"tag": "0.2.2"
},
"preserve_paths": "CommonCrypto/*",
"source_files": "Heimdall/*",
"requires_arc": true,
"xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/iphonesimulator/",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/iphoneos/"
},
"prepare_command": "mkdir -p CommonCrypto/iphoneos\nmkdir -p CommonCrypto/iphonesimulator\ncp CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap"
}