[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 5.4.1 / VirgilSDK.podspec.json
bloba1097ce043fdb2b2d8eb437a249fc75b4292682a
2   "name": "VirgilSDK",
3   "version": "5.4.1",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "Virgil SDK for Apple devices and languages.",
9   "homepage": "https://github.com/VirgilSecurity/sdk-x/",
10   "authors": {
11     "Virgil Security": "https://virgilsecurity.com/"
12   },
13   "source": {
14     "git": "https://github.com/VirgilSecurity/sdk-x.git",
15     "tag": "5.4.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "Source/**/*.{h,m,swift}",
24   "public_header_files": [
25     "Source/VirgilSDK.h",
26     "Source/KeyStorage/*.{h}",
27     "Source/KeyStorage/iOS/*.{h}",
28     "Source/KeyStorage/macOS/*.{h}"
29   ],
30   "ios": {
31     "exclude_files": "Source/**/macOS/*.{h,m,swift}"
32   },
33   "osx": {
34     "exclude_files": "Source/**/iOS/*.{h,m,swift}"
35   },
36   "tvos": {
37     "exclude_files": "Source/**/macOS/*.{h,m,swift}"
38   },
39   "watchos": {
40     "exclude_files": "Source/**/macOS/*.{h,m,swift}"
41   },
42   "dependencies": {
43     "VirgilCryptoAPI": [
44       "~> 1.0"
45     ]
46   }