blob: 42d8567deca89402f7c0644a0e52c308ca2bbe00 [file] [log] [blame]
{
"name": "AVCore",
"version": "1.0.0",
"summary": "Conviva SDK for iOS.",
"description": "Conviva includes LivePass, ConvivaClient and ConvivaOptions which provide a central configuration for other Conviva services.",
"homepage": "https://git.corp.conviva.com/device/conviva-ios-sdk",
"license": {
"type": "Copyright",
"text": "Copyright 2018 Conviva"
},
"authors": "Conviva, Inc.",
"source": {
"git": "https://github.com/senthilkumaranandi/AVCore.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"libraries": "sqlite3",
"frameworks": [
"CoreMedia",
"AVFoundation",
"SystemConfiguration",
"MobileCoreServices"
],
"ios": {
"frameworks": "CoreTelephony",
"vendored_frameworks": "iOS/AVCore.framework"
},
"tvos": {
"vendored_frameworks": "tvOS/AVCore.framework"
}
}