[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 7 / 5 / b / VSCCrypto / 0.16.4-dev2 / VSCCrypto.podspec.json
blobaa2ababd49a010ef8ef06e27353c861480698bc6
2   "name": "VSCCrypto",
3   "version": "0.16.4-dev2",
4   "license": {
5     "type": "BSD",
6     "file": "VSCCrypto-XCFrameworks/LICENSE"
7   },
8   "summary": "Contains basic c functions classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures.",
9   "homepage": "https://github.com/VirgilSecurity/virgil-crypto-c",
10   "authors": {
11     "Virgil Security": "https://virgilsecurity.com/"
12   },
13   "source": {
14     "http": "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.4-dev2/VSCCrypto.xcframework.zip"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.9",
19     "tvos": "11.0",
20     "watchos": "4.0"
21   },
22   "subspecs": [
23     {
24       "name": "Common",
25       "vendored_frameworks": "VSCCrypto-XCFrameworks/VSCCommon.xcframework"
26     },
27     {
28       "name": "Foundation",
29       "vendored_frameworks": "VSCCrypto-XCFrameworks/VSCFoundation.xcframework"
30     },
31     {
32       "name": "Pythia",
33       "vendored_frameworks": "VSCCrypto-XCFrameworks/VSCPythia.xcframework"
34     },
35     {
36       "name": "Ratchet",
37       "vendored_frameworks": "VSCCrypto-XCFrameworks/VSCRatchet.xcframework"
38     }
39   ]