[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / e / VirgilCrypto / 2.0.4 / VirgilCrypto.podspec.json
blobb3e0ff7e14b47db3bdde6942f38efaac42e370a1
2   "name": "VirgilCrypto",
3   "version": "2.0.4",
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   },
17   "source": {
18     "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
19     "tag": "2.0.4"
20   },
21   "module_name": "VirgilCrypto",
22   "source_files": "Source/*",
23   "public_header_files": "Source/*.h",
24   "private_header_files": "Source/*Private.h",
25   "requires_arc": true,
26   "libraries": "stdc++",
27   "ios": {
28     "vendored_frameworks": "Frameworks/ios/*.framework"
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VSCCrypto.framework/Headers"
32   }