2 "name": "VirgilFoundation",
3 "version": "2.0.0-beta2",
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 "Pavlo Gorb": "virgil.orbitum@gmail.com"
21 "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
24 "module_name": "VirgilFoundation",
25 "source_files": "Wrapper/*",
26 "public_header_files": "Wrapper/*.h",
27 "private_header_files": "Wrapper/*Private.h",
29 "libraries": "stdc++",
31 "vendored_frameworks": "Frameworks/osx/*.framework"
34 "vendored_frameworks": "Frameworks/ios/*.framework"
37 "vendored_frameworks": "Frameworks/watchos/*.framework"
40 "vendored_frameworks": "Frameworks/tvos/*.framework"
43 "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VirgilCrypto.framework/Headers"