blob: 43b6b4649eb9039d19e3482f983f175185a37a45 [file] [log] [blame]
{
"name": "BlueCryptor",
"version": "1.0.22",
"summary": "Swift cross-platform crypto library using CommonCrypto/libcrypto via Package Manager.",
"homepage": "https://github.com/IBM-Swift/BlueCryptor",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "Cryptor",
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueCryptor.git",
"tag": "1.0.22"
},
"source_files": "Sources/Cryptor/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}