[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 5 / b / VSCCrypto / 0.16.0-beta2 / VSCCrypto.podspec.json
blob48f95d00c4370363b357b0ed74cf5fa8f16fc1fd
2   "name": "VSCCrypto",
3   "version": "0.16.0-beta2",
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.0-beta1/VSCCrypto.xcframework.zip"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.9",
19     "tvos": "9.0",
20     "watchos": "2.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   ]