blob: f130bc1c1e442e51d207755b6478d8a341305538 [file] [log] [blame]
{
"name": "AdobeVideoHeartbeatSDK",
"version": "2.0.1",
"summary": "Video Analytics (Heartbeats) is Adobe’s standardized video solution. This is the only official Adobe Video Analytics (Heartbeats) Pod.",
"description": "Adobe Analytics for Video enables clients to track the full customer journey across their site, which includes video consumption, and these measures are easily integrated into Analytics reporting and other Experience Cloud products.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/video-heartbeat-v2/releases",
"license": {
"type": "Commercial",
"text": "Adobe Systems Incorporated All Rights Reserved"
},
"authors": "Adobe Video Heartbeat Library Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/video-heartbeat-v2.git",
"tag": "ios-v2.0.1-cocoapod"
},
"platforms": {
"ios": "5.0"
},
"default_subspecs": "iOS",
"deprecated_in_favor_of": "AdobeMediaSDK",
"subspecs": [
{
"name": "iOS",
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"libraries": "sqlite3.0",
"source_files": "libs/Headers/*.h",
"vendored_libraries": "libs/libVideoHeartbeat.a",
"dependencies": {
"AdobeMobileSDK": [
]
}
},
{
"name": "TVOS",
"platforms": {
"tvos": "9.0"
},
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"libraries": "sqlite3.0",
"source_files": "libs/Headers/*.h",
"vendored_libraries": "libs/libVideoHeartbeat_TV.a",
"dependencies": {
"AdobeMobileSDK/TVOS": [
]
}
}
]
}