[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / e / AdobeMediaSDK / 2.2.3 / AdobeMediaSDK.podspec.json
blob24081b3dc7fc60e55531d5a01d37aa5e19a10b37
2   "name": "AdobeMediaSDK",
3   "version": "2.2.3",
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.3",
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.3-cocoapod"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "source_files": [
23       "libs/Headers/*.h",
24       "libs/Headers/Empty.m"
25     ],
26     "vendored_libraries": "libs/libMediaSDK.a",
27     "dependencies": {
28       "AdobeMobileSDK": [
30       ]
31     }
32   },
33   "tvos": {
34     "source_files": [
35       "libs/Headers/*.h",
36       "libs/Headers/Empty.m"
37     ],
38     "vendored_libraries": "libs/libMediaSDK_TV.a",
39     "dependencies": {
40       "AdobeMobileSDK/TVOS": [
42       ]
43     }
44   }