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