blob: 052a1571c163448797fa11143e5a1d6503480727 [file] [log] [blame]
{
"name": "VirgilSDK",
"version": "4.5.0",
"summary": "Virgil SDK for Apple devices and languages.",
"cocoapods_version": ">= 0.36",
"homepage": "https://github.com/VirgilSecurity/virgil-sdk-x/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Oleksandr Deundiak": "deundiak@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-sdk-x.git",
"tag": "4.5.0"
},
"weak_frameworks": "Foundation",
"module_name": "VirgilSDK",
"source_files": "Source/**/*.{h,m}",
"public_header_files": [
"Source/*.{h}",
"Source/Client/*.{h}",
"Source/Client/Models/*.{h}",
"Source/Client/Models/Requests/*.{h}",
"Source/Client/Models/Responses/*.{h}",
"Source/Client/Models/SnapshotModels/*.{h}",
"Source/Client/Models/Protocols/*.{h}",
"Source/Crypto/*.{h}",
"Source/Crypto/Keys/*.{h}",
"Source/DeviceManager/**/*.{h}",
"Source/KeyStorage/**/*.{h}",
"Source/HighLevel/*.{h}"
],
"ios": {
"exclude_files": "Source/**/macOS/*.{h,m}"
},
"osx": {
"exclude_files": "Source/**/iOS/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"VirgilCrypto": [
"~> 2.2"
]
},
"deprecated": true
}