2 "name": "VirgilCrypto",
4 "summary": "Contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signs.",
5 "homepage": "https://github.com/VirgilSecurity/virgil-foundation-x",
6 "cocoapods_version": ">= 0.36",
12 "Oleksandr Deundiak": "deundiak@gmail.com"
19 "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
22 "module_name": "VirgilCrypto",
23 "source_files": "Source/*",
24 "public_header_files": "Source/*.h",
25 "private_header_files": "Source/*Private.h",
27 "libraries": "stdc++",
29 "vendored_frameworks": "Frameworks/ios/*.framework"
32 "vendored_frameworks": "Frameworks/macos/*.framework"
35 "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VSCCrypto.framework/Headers"