[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 4.0.0-beta8 / VirgilSDK.podspec.json
blob513b66656364f90849d04600d2d011f936032ef0
2   "name": "VirgilSDK",
3   "version": "4.0.0-beta8",
4   "summary": "Virgil SDK for Apple devices and languages.",
5   "cocoapods_version": ">= 0.36",
6   "homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/tree/v4",
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.0.0-beta8"
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/Protocols/*.{h}",
29     "Source/Crypto/*.{h}",
30     "Source/Crypto/Keys/*.{h}"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "VirgilCrypto": [
35       "~> 2.0"
36     ]
37   },
38   "deprecated": true