[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / f / 8 / VirgilFoundation / 2.0.0-beta2 / VirgilFoundation.podspec.json
blob4393e51246737dcf474064d97c97df4c166ffbc6
2   "name": "VirgilFoundation",
3   "version": "2.0.0-beta2",
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": "2.0.0-beta2"
23   },
24   "module_name": "VirgilFoundation",
25   "source_files": "Wrapper/*",
26   "public_header_files": "Wrapper/*.h",
27   "private_header_files": "Wrapper/*Private.h",
28   "requires_arc": true,
29   "libraries": "stdc++",
30   "osx": {
31     "vendored_frameworks": "Frameworks/osx/*.framework"
32   },
33   "ios": {
34     "vendored_frameworks": "Frameworks/ios/*.framework"
35   },
36   "watchos": {
37     "vendored_frameworks": "Frameworks/watchos/*.framework"
38   },
39   "tvos": {
40     "vendored_frameworks": "Frameworks/tvos/*.framework"
41   },
42   "xcconfig": {
43     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VirgilCrypto.framework/Headers"
44   },
45   "deprecated": true