[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 5.3.0 / VirgilSDK.podspec.json
blob2634e2c8a3e70bbed30a38470a9ff97ed3df6c52
2   "name": "VirgilSDK",
3   "version": "5.3.0",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "Virgil SDK for Apple devices and languages.",
9   "homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/",
10   "authors": {
11     "Virgil Security": "https://virgilsecurity.com/"
12   },
13   "source": {
14     "git": "https://github.com/VirgilSecurity/virgil-sdk-x.git",
15     "tag": "5.3.0"
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.0"
45     ]
46   }