[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / c / e / AdobeMediaSDK / 2.2.7 / AdobeMediaSDK.podspec.json
blobc7c4ded22b1c0439090e277403d3188e1d4bb9f6
2   "name": "AdobeMediaSDK",
3   "version": "2.2.7",
4   "summary": "AdobeMediaSDK is Adobe’s standardized Analytics solution for Audio and Video. This is the only official Adobe MediaSDK Pod.",
5   "description": "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.\nAdobe MediaSDK was previously known as Adobe VideoHeartbeatLibrary.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/media-sdks/releases/tag/ios-v2.2.7",
7   "documentation_url": "https://github.com/Adobe-Marketing-Cloud/media-sdks/blob/cocoapod/README.md",
8   "license": {
9     "type": "Commercial",
10     "text": "Adobe Inc. All Rights Reserved"
11   },
12   "authors": "Adobe Media Analytics SDK Team",
13   "source": {
14     "git": "https://github.com/Adobe-Marketing-Cloud/media-sdks.git",
15     "tag": "ios-v2.2.7-cocoapod"
16   },
17   "pod_target_xcconfig": {
18     "OTHER_LDFLAGS": "-all_load"
19   },
20   "platforms": {
21     "ios": "6.0",
22     "tvos": "9.0"
23   },
24   "ios": {
25     "source_files": [
26       "libs/Headers/*.h",
27       "libs/Headers/Empty.m"
28     ],
29     "vendored_libraries": "libs/libMediaSDK.a",
30     "dependencies": {
31       "AdobeMobileSDK": [
33       ]
34     }
35   },
36   "tvos": {
37     "source_files": [
38       "libs/Headers/*.h",
39       "libs/Headers/Empty.m"
40     ],
41     "vendored_libraries": "libs/libMediaSDK_TV.a",
42     "dependencies": {
43       "AdobeMobileSDK/TVOS": [
45       ]
46     }
47   }