[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / e / VirgilCrypto / 2.5.1 / VirgilCrypto.podspec.json
blobbce6d55a4acfc4e63d0b6603837cd28a39325a35
2   "name": "VirgilCrypto",
3   "version": "2.5.1",
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": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
20     "tag": "2.5.1"
21   },
22   "module_name": "VirgilCrypto",
23   "source_files": "Source/**/*.{h,mm}",
24   "public_header_files": [
25     "Source/*.h",
26     "Source/pfs/*.h"
27   ],
28   "requires_arc": true,
29   "libraries": "stdc++",
30   "ios": {
31     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/iOS/VSCCrypto.framework"
32   },
33   "osx": {
34     "vendored_frameworks": "VSCCrypto/PrebuiltFramework/macOS/VSCCrypto.framework"
35   }