blob: fc6fb28d1d3583c81c36e18a1f5d4eb370f0174d [file] [log] [blame]
{
"name": "VirgilFoundation",
"version": "1.3.3",
"summary": "VirgilFoundation is an apple-cross-platform framework which contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signs.",
"homepage": "https://github.com/VirgilSecurity/virgil-foundation-x",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Pavlo Gorb": "p.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.3.3"
},
"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
}