[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 2 / e / VirgilCrypto / 2.1.0 / VirgilCrypto.podspec.json
blob8094d36a31970e8cd435b5b4e7c9722bc7853706
2   "name": "VirgilCrypto",
3   "version": "2.1.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     "Oleksandr Deundiak": "deundiak@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
20     "tag": "2.1.0"
21   },
22   "module_name": "VirgilCrypto",
23   "source_files": "Source/*",
24   "public_header_files": "Source/*.h",
25   "private_header_files": "Source/*Private.h",
26   "requires_arc": true,
27   "libraries": "stdc++",
28   "ios": {
29     "vendored_frameworks": "Frameworks/ios/*.framework"
30   },
31   "osx": {
32     "vendored_frameworks": "Frameworks/macos/*.framework"
33   },
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VSCCrypto.framework/Headers"
36   }