blob: 0d98744150f9ca4d24aff2a6dc67e2c8ee514268 [file] [log] [blame]
{
"name": "VirgilSDK",
"version": "7.0.3",
"swift_versions": "5.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Virgil SDK for Apple devices and languages.",
"homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-sdk-x.git",
"tag": "7.0.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"public_header_files": [
"Source/VirgilSDK.h",
"Source/KeychainStorage/*.h"
],
"dependencies": {
"VirgilCrypto": [
"~> 5.2"
]
},
"swift_version": "5.0"
}