blob: 30869b60e10468625d58435a9389f238c0323917 [file] [log] [blame]
{
"name": "VirgilSDKFork",
"static_framework": true,
"version": "0.3.0",
"summary": "Virgil SDK for Apple devices and languages.",
"cocoapods_version": ">= 0.36",
"homepage": "https://github.com/SanjoDeundiak/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/SanjoDeundiak/virgil-sdk-x.git",
"tag": "0.3.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/Errors/*.{h}",
"Source/Client/Models/Responses/*.{h}",
"Source/Client/Models/SnapshotModels/*.{h}",
"Source/Client/Models/Protocols/*.{h}",
"Source/Client/Networking/*.{h}",
"Source/Client/Networking/Requests/*.{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": {
"VirgilCryptoFork": [
"0.2.0"
]
}
}