[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / e / VirgilCrypto / 3.2.2 / VirgilCrypto.podspec.json
blob60cbc85f3124b467c266f7994655f77a22c9ab5c
2   "name": "VirgilCrypto",
3   "version": "3.2.2",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "Contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures.",
9   "homepage": "https://github.com/VirgilSecurity/virgil-crypto-x",
10   "authors": {
11     "Virgil Security": "https://virgilsecurity.com/"
12   },
13   "source": {
14     "git": "https://github.com/VirgilSecurity/virgil-crypto-x.git",
15     "tag": "3.2.2"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "VirgilCrypto/**/*.{h,mm,swift}",
24   "public_header_files": [
25     "VirgilCrypto/Source/*.h",
26     "VirgilCrypto/Source/pfs/*.h"
27   ],
28   "libraries": "stdc++",
29   "ios": {
30     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/iOS/VSCCrypto.framework"
31   },
32   "osx": {
33     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/macOS/VSCCrypto.framework"
34   },
35   "tvos": {
36     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/tvOS/VSCCrypto.framework"
37   },
38   "watchos": {
39     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/watchOS/VSCCrypto.framework"
40   }