[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / f / VirgilSDK / 8.0.0 / VirgilSDK.podspec.json
blob22ca2d26b612cd3275345e1fc6efc39401e73bc4
2   "name": "VirgilSDK",
3   "version": "8.0.0",
4   "swift_versions": "5.0",
5   "license": {
6     "type": "BSD",
7     "file": "LICENSE"
8   },
9   "summary": "Virgil SDK for Apple devices and languages.",
10   "homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/",
11   "authors": {
12     "Virgil Security": "https://virgilsecurity.com/"
13   },
14   "source": {
15     "git": "https://github.com/VirgilSecurity/virgil-sdk-x.git",
16     "tag": "8.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Source/**/*.{h,m,swift}",
25   "public_header_files": [
26     "Source/VirgilSDK.h",
27     "Source/KeychainStorage/*.h"
28   ],
29   "dependencies": {
30     "VirgilCrypto": [
31       "~> 6.0"
32     ]
33   },
34   "swift_version": "5.0"