[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / e / VirgilCrypto / 2.5.0 / VirgilCrypto.podspec.json
blob6aa811799adf3f5a2348ce2e2c4fb91827f4c41a
2   "name": "VirgilCrypto",
3   "version": "2.5.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.5.0"
21   },
22   "module_name": "VirgilCrypto",
23   "source_files": "Source/**/*.{h,mm}",
24   "public_header_files": [
25     "Source/*.h",
26     "Source/pfs/*.h"
27   ],
28   "requires_arc": true,
29   "libraries": "stdc++",
30   "ios": {
31     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/iOS/VSCCrypto.framework"
32   },
33   "osx": {
34     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/macOS/VSCCrypto.framework"
35   }