blob: 09bbda0ce518ddddceb37e4b4b2ab7238da5f776 [file] [log] [blame]
{
"name": "ConvivaAVFoundation",
"version": "3.0.12",
"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.12"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"frameworks": [
"CoreMedia",
"AVFoundation",
"SystemConfiguration",
"MobileCoreServices"
],
"ios": {
"frameworks": "CoreTelephony",
"vendored_frameworks": "Framework/iOS/ConvivaAVFoundation.framework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
},
"tvos": {
"vendored_frameworks": "Framework/tvOS/ConvivaAVFoundation.framework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
}
},
"dependencies": {
"ConvivaCore": [
"3.0.12"
]
}
}