AdobeMediaSDK 2.3.0

AdobeMediaSDK 2.3.0

Maintained by Arjun Bhadra, Nick Porter, Praveen Kumar V.



 
Depends on:
AdobeMobileSDK>= 0
AdobeMobileSDK/TVOS>= 0
 

  • By
  • Adobe Media Analytics SDK Team

Adobe Media SDK Cocoapods

Pod Name: AdobeMediaSDK

Downloads MediaSDK v2.2.0+.

For Swift Project, since Cocoapods generates dynamic framework, use 'import AdobeMediaSDK' to include SDK headers.

Documentation

Documentation for the MediaSDK can be found here.

Sample Podfile for iOS and tvOS targets using AdobeMediaSDK Pod

target ‘iOSPodSample’ do
  platform :ios, ‘9.0’
  use_frameworks!
  pod ‘AdobeMediaSDK’
end

target ‘TvOSPodSample’ do
  platform :tvos, ‘9.0’
  use_frameworks!
  pod ‘AdobeMediaSDK’
end

Pod Name: AdobeVideoHeartbeatSDK

Downloads 2.x Video Heartbeat Libraries prior to v2.2.0. Important: This Pod will have no further updates post v2.1.0.

Sample Podfile for iOS and tvOS targets using AdobeVideoHeartbeatSDK Pod

target 'iOSPodSample' do
  platform :ios, '9.0'
  pod 'AdobeVideoHeartbeatSDK'
end

target 'TvOSPodSample' do
  platform :tvos, '9.0'
  pod 'AdobeVideoHeartbeatSDK/TVOS'
end