[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 4.8.0 / VirgilSDK.podspec.json
blob7db28bd8daa070b0795c1233148ccc10ae04809c
2   "name": "VirgilSDK",
3   "version": "4.8.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.8.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/Errors/*.{h}",
31     "Source/Client/Models/Responses/*.{h}",
32     "Source/Client/Models/SnapshotModels/*.{h}",
33     "Source/Client/Models/Protocols/*.{h}",
34     "Source/Client/Networking/*.{h}",
35     "Source/Client/Networking/Requests/*.{h}",
36     "Source/Crypto/*.{h}",
37     "Source/Crypto/Keys/*.{h}",
38     "Source/DeviceManager/**/*.{h}",
39     "Source/KeyStorage/*.{h}",
40     "Source/KeyStorage/iOS/*.{h}",
41     "Source/KeyStorage/macOS/*.{h}",
42     "Source/HighLevel/*.{h}"
43   ],
44   "ios": {
45     "exclude_files": "Source/**/macOS/*.{h,m}"
46   },
47   "osx": {
48     "exclude_files": "Source/**/iOS/*.{h,m}"
49   },
50   "requires_arc": true,
51   "dependencies": {
52     "VirgilCrypto": [
53       "~> 2.5"
54     ]
55   }