blob: 6f60c469735ae5fc9f82a2b8278b33ad99430d33 [file] [log] [blame]
{
"name": "VirgilCrypto",
"version": "2.0.5",
"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": "7.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
"tag": "2.0.5"
},
"module_name": "VirgilCrypto",
"source_files": "Source/*",
"public_header_files": "Source/*.h",
"private_header_files": "Source/*Private.h",
"requires_arc": true,
"libraries": "stdc++",
"ios": {
"vendored_frameworks": "Frameworks/ios/*.framework"
},
"osx": {
"vendored_frameworks": "Frameworks/macos/*.framework"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VSCCrypto.framework/Headers"
}
}