[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 4.5.0 / VirgilSDK.podspec.json
blob052a1571c163448797fa11143e5a1d6503480727
2   "name": "VirgilSDK",
3   "version": "4.5.0",
4   "summary": "Virgil SDK for Apple devices and languages.",
5   "cocoapods_version": ">= 0.36",
6   "homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/",
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-sdk-x.git",
20     "tag": "4.5.0"
21   },
22   "weak_frameworks": "Foundation",
23   "module_name": "VirgilSDK",
24   "source_files": "Source/**/*.{h,m}",
25   "public_header_files": [
26     "Source/*.{h}",
27     "Source/Client/*.{h}",
28     "Source/Client/Models/*.{h}",
29     "Source/Client/Models/Requests/*.{h}",
30     "Source/Client/Models/Responses/*.{h}",
31     "Source/Client/Models/SnapshotModels/*.{h}",
32     "Source/Client/Models/Protocols/*.{h}",
33     "Source/Crypto/*.{h}",
34     "Source/Crypto/Keys/*.{h}",
35     "Source/DeviceManager/**/*.{h}",
36     "Source/KeyStorage/**/*.{h}",
37     "Source/HighLevel/*.{h}"
38   ],
39   "ios": {
40     "exclude_files": "Source/**/macOS/*.{h,m}"
41   },
42   "osx": {
43     "exclude_files": "Source/**/iOS/*.{h,m}"
44   },
45   "requires_arc": true,
46   "dependencies": {
47     "VirgilCrypto": [
48       "~> 2.2"
49     ]
50   },
51   "deprecated": true