blob: 037d7cabbfd7c2fda7616f04e809ef96100c6d8d [file] [log] [blame]
{
"name": "VirgilCrypto",
"version": "3.0.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures.",
"homepage": "https://github.com/VirgilSecurity/virgil-foundation-x",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "VirgilCrypto/**/*.{h,mm}",
"public_header_files": [
"VirgilCrypto/Source/*.h",
"VirgilCrypto/Source/pfs/*.h"
],
"libraries": "stdc++",
"ios": {
"vendored_frameworks": "VSCCrypto/PrebuiltFramework/iOS/VSCCrypto.framework"
},
"osx": {
"vendored_frameworks": "VSCCrypto/PrebuiltFramework/macOS/VSCCrypto.framework"
},
"tvos": {
"vendored_frameworks": "VSCCrypto/PrebuiltFramework/tvOS/VSCCrypto.framework"
},
"watchos": {
"vendored_frameworks": "VSCCrypto/PrebuiltFramework/watchOS/VSCCrypto.framework"
}
}