blob: 8daa02dda780d7762ca67e314b8f5294f6cc7fa7 [file] [log] [blame]
{
"name": "BlueECC",
"version": "1.2.5",
"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.5"
},
"source_files": "Sources/**/*.swift"
}