blob: 9cc6efded1c6c427cd369d8810ddd7027ed332fa [file] [log] [blame]
{
"name": "ConvivaCore",
"version": "3.0.9",
"summary": "Conviva SDK for iOS.",
"description": "Conviva includes LivePass, ConvivaClient and ConvivaOptions which provide a central configuration for other Conviva services.",
"homepage": "https://github.com/Conviva/ConvivaCore.git",
"license": {
"type": "Copyright",
"text": "Copyright 2018 Conviva"
},
"authors": "Conviva, Inc.",
"source": {
"git": "https://github.com/Conviva/ConvivaCore.git",
"tag": "3.0.9"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": [
"CoreMedia",
"AVFoundation",
"SystemConfiguration",
"MobileCoreServices",
"Security",
"AdSupport"
],
"ios": {
"frameworks": "CoreTelephony",
"vendored_frameworks": "Framework/iOS/ConvivaCore.framework"
},
"tvos": {
"vendored_frameworks": "Framework/tvOS/ConvivaCore.framework"
}
}