[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / e / VirgilCrypto / 2.4.0 / VirgilCrypto.podspec.json
blobd889ab7973e2e46bf4c74faa04d9c9075faeb74f
2   "name": "VirgilCrypto",
3   "version": "2.4.0",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleksandr Deundiak": "deundiak@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
20     "tag": "2.4.0"
21   },
22   "module_name": "VirgilCrypto",
23   "source_files": "Source/**/*.{h,m}",
24   "public_header_files": [
25     "Source/*.h",
26     "Source/pfs/*.h"
27   ],
28   "requires_arc": true,
29   "libraries": "stdc++",
30   "ios": {
31     "vendored_frameworks": "CryptoLib/iOS/VSCCrypto.framework"
32   },
33   "osx": {
34     "vendored_frameworks": "CryptoLib/macOS/VSCCrypto.framework"
35   },
36   "xcconfig": {
37     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VSCCrypto.framework/Headers"
38   }