blob: 18a3f8b74922f0127b9f9d7afc0557032ca12255 [file] [log] [blame]
{
"name": "BlueRSA",
"version": "1.0.28",
"summary": "Swift cross-platform RSA crypto library using CommonCrypto/libcrypto via Package Manager.",
"homepage": "https://github.com/IBM-Swift/BlueRSA",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "CryptorRSA",
"requires_arc": true,
"platforms": {
"osx": "10.12",
"ios": "10.3",
"tvos": "10.3",
"watchos": "3.3"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueRSA.git",
"tag": "1.0.28"
},
"source_files": "Sources/CryptorRSA/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}