[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 4.1.2 / VirgilSDK.podspec.json
blob472946f0aadc05321737edf76c0589512bcb960d
2   "name": "VirgilSDK",
3   "version": "4.1.2",
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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/VirgilSecurity/virgil-sdk-x.git",
19     "tag": "4.1.2"
20   },
21   "weak_frameworks": "Foundation",
22   "module_name": "VirgilSDK",
23   "source_files": "Source/**/*.{h,m}",
24   "public_header_files": [
25     "Source/*.{h}",
26     "Source/Client/*.{h}",
27     "Source/Client/Models/*.{h}",
28     "Source/Client/Models/Requests/*.{h}",
29     "Source/Client/Models/Responses/*.{h}",
30     "Source/Client/Models/SnapshotModels/*.{h}",
31     "Source/Client/Models/Protocols/*.{h}",
32     "Source/Crypto/*.{h}",
33     "Source/Crypto/Keys/*.{h}",
34     "Source/KeyStorage/*.{h}"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "VirgilCrypto": [
39       "~> 2.0.0"
40     ]
41   },
42   "deprecated": true