blob: 6aa811799adf3f5a2348ce2e2c4fb91827f4c41a [file] [log] [blame]
{
"name": "VirgilCrypto",
"version": "2.5.0",
"summary": "Contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signs.",
"homepage": "https://github.com/VirgilSecurity/virgil-foundation-x",
"cocoapods_version": ">= 0.36",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Oleksandr Deundiak": "deundiak@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
"tag": "2.5.0"
},
"module_name": "VirgilCrypto",
"source_files": "Source/**/*.{h,mm}",
"public_header_files": [
"Source/*.h",
"Source/pfs/*.h"
],
"requires_arc": true,
"libraries": "stdc++",
"ios": {
"vendored_frameworks": "VSCCrypto/PrebuiltFramework/iOS/VSCCrypto.framework"
},
"osx": {
"vendored_frameworks": "VSCCrypto/PrebuiltFramework/macOS/VSCCrypto.framework"
}
}