blob: e7960d5bdf3dd17a6a6a5aa1449311d1083b2607 [file] [log] [blame]
{
"name": "ConvivaCore",
"version": "3.0.12",
"summary": "Conviva SDK for iOS/tvOS.",
"description": "Conviva includes LivePass, ConvivaClient and ConvivaOptions which provide a central configuration for other Conviva services.",
"homepage": "https://github.com/Conviva/ConvivaCore",
"license": {
"type": "Copyright",
"text": "Copyright 2018 Conviva"
},
"authors": "Conviva, Inc.",
"source": {
"git": "https://github.com/Conviva/ConvivaCore.git",
"tag": "3.0.12"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"frameworks": [
"CoreMedia",
"AVFoundation",
"SystemConfiguration",
"MobileCoreServices",
"Security",
"AdSupport"
],
"weak_frameworks": [
"Network",
"AppTrackingTransparency"
],
"ios": {
"frameworks": "CoreTelephony",
"vendored_frameworks": "Framework/iOS/ConvivaCore.framework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
},
"tvos": {
"vendored_frameworks": "Framework/tvOS/ConvivaCore.framework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
}
}
}