blob: 543d648a3da65237eaea91fbb5428c86bf4f5c4f [file] [log] [blame]
{
"name": "VirgilFoundation",
"version": "1.5.0",
"summary": "Contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signs.",
"homepage": "https://github.com/VirgilSecurity/virgil-foundation-x",
"cocoapods_version": ">= 0.36",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Pavlo Gorb": "virgil.orbitum@gmail.com"
},
"platforms": {
"osx": "10.11",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
"tag": "1.5.0"
},
"module_name": "VirgilFoundation",
"source_files": "Wrapper/*",
"public_header_files": "Wrapper/*.h",
"requires_arc": true,
"libraries": "stdc++",
"osx": {
"vendored_frameworks": "Frameworks/osx/*.framework"
},
"ios": {
"vendored_frameworks": "Frameworks/ios/*.framework"
},
"watchos": {
"vendored_frameworks": "Frameworks/watchos/*.framework"
},
"tvos": {
"vendored_frameworks": "Frameworks/tvos/*.framework"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VirgilCrypto.framework/Headers"
},
"deprecated": true
}