blob: 7c395b9ddec84f8e4218b0898d4316bbbeb89f1e [file] [log] [blame]
{
"name": "BlueCryptor",
"version": "1.0.14",
"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.14"
},
"source_files": "Sources/Cryptor/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}