blob: 1279ce566746da3aa06cb9e5154c7dbea9c91406 [file] [log] [blame]
{
"name": "BlueRSA",
"version": "1.0.15",
"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"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueRSA.git",
"tag": "1.0.15"
},
"source_files": "Sources/CryptorRSA/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}