blob: 58a58276c41b003e8202bb0cb64520dcafb85935 [file] [log] [blame]
{
"name": "BlueRSA",
"version": "1.0.11",
"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.11"
},
"source_files": "Sources/CryptorRSA/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}