blob: 0de0a1554b3bcab19a242388c3cbe864b9036204 [file] [log] [blame]
{
"name": "ConvivaAVFoundation",
"version": "3.0.1",
"summary": "Conviva AVFoundation module for iOS and tvOS.",
"description": "The Conviva framework which collects real time video experience insights for AVPlayer.",
"homepage": "https://github.com/Conviva/ConvivaAVFoundation",
"license": {
"type": "Commercial",
"text": "LICENSE.md"
},
"authors": {
"Conviva": "www.conviva.com"
},
"source": {
"git": "https://github.com/Conviva/ConvivaAVFoundation.git",
"tag": "3.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": [
"CoreMedia",
"AVFoundation",
"SystemConfiguration",
"MobileCoreServices"
],
"ios": {
"frameworks": "CoreTelephony",
"vendored_frameworks": "Framework/iOS/ConvivaAVFoundation.framework"
},
"tvos": {
"vendored_frameworks": "Framework/tvOS/ConvivaAVFoundation.framework"
},
"dependencies": {
"ConvivaCore": [
"3.0.1"
]
}
}