blob: 30253a90591253cd4e20689e3908b3bd915b354c [file] [log] [blame]
{
"name": "BlueECC",
"version": "1.2.4",
"summary": "Swift cross-platform ECC crypto library using CommonCrypto/libcrypto via Package Manager.",
"homepage": "https://github.com/IBM-Swift/BlueECC",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "CryptorECC",
"requires_arc": true,
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueECC.git",
"tag": "1.2.4"
},
"source_files": "Sources/**/*.swift"
}