[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 8 / VirgilFoundation / 1.3.3 / VirgilFoundation.podspec.json
blobfc6fb28d1d3583c81c36e18a1f5d4eb370f0174d
2   "name": "VirgilFoundation",
3   "version": "1.3.3",
4   "summary": "VirgilFoundation is an apple-cross-platform framework which 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   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pavlo Gorb": "p.orbitum@gmail.com"
12   },
13   "platforms": {
14     "osx": "10.11",
15     "ios": "8.0",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
21     "tag": "1.3.3"
22   },
23   "source_files": "Wrapper/*",
24   "public_header_files": "Wrapper/*.h",
25   "requires_arc": true,
26   "libraries": "stdc++",
27   "osx": {
28     "vendored_frameworks": "Frameworks/osx/*.framework"
29   },
30   "ios": {
31     "vendored_frameworks": "Frameworks/ios/*.framework"
32   },
33   "watchos": {
34     "vendored_frameworks": "Frameworks/watchos/*.framework"
35   },
36   "tvos": {
37     "vendored_frameworks": "Frameworks/tvos/*.framework"
38   },
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VirgilCrypto.framework/Headers"
41   },
42   "deprecated": true