blob: 11e145cac52c860149e60034b656f1a543942fd7 [file] [log] [blame]
{
"name": "VSCCrypto",
"version": "0.16.0-rc1",
"license": {
"type": "BSD",
"file": "VSCCrypto-XCFrameworks/LICENSE"
},
"summary": "Contains basic c functions classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures.",
"homepage": "https://github.com/VirgilSecurity/virgil-crypto-c",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"http": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.0-rc1/VSCCrypto.xcframework.zip"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Common",
"vendored_frameworks": "VSCCrypto-XCFrameworks/VSCCommon.xcframework"
},
{
"name": "Foundation",
"vendored_frameworks": "VSCCrypto-XCFrameworks/VSCFoundation.xcframework"
},
{
"name": "Pythia",
"vendored_frameworks": "VSCCrypto-XCFrameworks/VSCPythia.xcframework"
},
{
"name": "Ratchet",
"vendored_frameworks": "VSCCrypto-XCFrameworks/VSCRatchet.xcframework"
}
]
}