[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 7 / 5 / b / VSCCrypto / 0.10.0 / VSCCrypto.podspec.json
blobbaa3d88bb36ace71eff54c049cf0ed8b541f3aa9
2   "name": "VSCCrypto",
3   "version": "0.10.0",
4   "license": {
5     "type": "BSD",
6     "file": "Carthage/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.10.0/VSCCrypto.framework.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       "ios": {
26         "vendored_frameworks": "Carthage/iOS/VSCCommon.framework"
27       },
28       "osx": {
29         "vendored_frameworks": "Carthage/macOS/VSCCommon.framework"
30       },
31       "tvos": {
32         "vendored_frameworks": "Carthage/tvOS/VSCCommon.framework"
33       },
34       "watchos": {
35         "vendored_frameworks": "Carthage/watchOS/VSCCommon.framework"
36       }
37     },
38     {
39       "name": "Foundation",
40       "ios": {
41         "vendored_frameworks": "Carthage/iOS/VSCFoundation.framework"
42       },
43       "osx": {
44         "vendored_frameworks": "Carthage/macOS/VSCFoundation.framework"
45       },
46       "tvos": {
47         "vendored_frameworks": "Carthage/tvOS/VSCFoundation.framework"
48       },
49       "watchos": {
50         "vendored_frameworks": "Carthage/watchOS/VSCFoundation.framework"
51       }
52     },
53     {
54       "name": "Pythia",
55       "ios": {
56         "vendored_frameworks": "Carthage/iOS/VSCPythia.framework"
57       },
58       "osx": {
59         "vendored_frameworks": "Carthage/macOS/VSCPythia.framework"
60       },
61       "tvos": {
62         "vendored_frameworks": "Carthage/tvOS/VSCPythia.framework"
63       },
64       "watchos": {
65         "vendored_frameworks": "Carthage/watchOS/VSCPythia.framework"
66       }
67     },
68     {
69       "name": "Ratchet",
70       "ios": {
71         "vendored_frameworks": "Carthage/iOS/VSCRatchet.framework"
72       },
73       "osx": {
74         "vendored_frameworks": "Carthage/macOS/VSCRatchet.framework"
75       },
76       "tvos": {
77         "vendored_frameworks": "Carthage/tvOS/VSCRatchet.framework"
78       },
79       "watchos": {
80         "vendored_frameworks": "Carthage/watchOS/VSCRatchet.framework"
81       }
82     }
83   ]