Skip to content

Commit

Permalink
Cocoapod update for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveek committed Dec 19, 2020
1 parent f97df04 commit cbcbf18
Show file tree
Hide file tree
Showing 21 changed files with 1,638 additions and 7 deletions.
15 changes: 8 additions & 7 deletions AdobeMediaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "AdobeMediaSDK"
s.version = "2.2.8"
s.version = "2.3.0"
s.summary = "AdobeMediaSDK is Adobe’s standardized Analytics solution for Audio and Video. This is the only official Adobe MediaSDK Pod."
s.description = <<-DESC
Adobe Analytics for Media enables clients to track the full customer journey across their site, which includes audio and video consumption, and these measures are easily integrated into Analytics reporting and other Experience Cloud products.
Expand All @@ -17,15 +17,16 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/media-sdks.git', :tag => "ios-v#{s.version}-cocoapod"}

s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load' }

s.ios.deployment_target = '6.0'
s.ios.source_files = "libs/Headers/*.h", "libs/Headers/Empty.m"
s.ios.vendored_libraries = "libs/libMediaSDK.a"
s.cocoapods_version = ">= 1.10"

s.ios.deployment_target = '8.0'
s.ios.source_files = "Empty.m"
s.ios.vendored_frameworks = "MediaSDK.xcframework"
s.ios.dependency "AdobeMobileSDK"

s.tvos.deployment_target = '9.0'
s.tvos.source_files = "libs/Headers/*.h", "libs/Headers/Empty.m"
s.tvos.vendored_libraries = "libs/libMediaSDK_TV.a"
s.tvos.source_files = "Empty.m"
s.tvos.vendored_frameworks = "MediaSDKTV.xcframework"
s.tvos.dependency "AdobeMobileSDK/TVOS"

end
File renamed without changes.
File renamed without changes.
47 changes: 47 additions & 0 deletions MediaSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>libADBVideoHeartbeat.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libADBVideoHeartbeat.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Loading

0 comments on commit cbcbf18

Please sign in to comment.