[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / 5 / AdobeVideoHeartbeatSDK / 2.1 / AdobeVideoHeartbeatSDK.podspec.json
blob14a06a1364b0ac9950610fb70e84ba95986905d9
2   "name": "AdobeVideoHeartbeatSDK",
3   "version": "2.1",
4   "summary": "Video Analytics (Heartbeats) is Adobe’s standardized video solution. This is the only official Adobe Video Analytics (Heartbeats) Pod.",
5   "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.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/video-heartbeat-v2/releases",
7   "license": {
8     "type": "Commercial",
9     "text": "Adobe Systems Incorporated All Rights Reserved"
10   },
11   "authors": "Adobe Video Heartbeat Library Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/video-heartbeat-v2.git",
14     "tag": "ios-v2.1-cocoapod"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "default_subspecs": "iOS",
20   "deprecated_in_favor_of": "AdobeMediaSDK",
21   "subspecs": [
22     {
23       "name": "iOS",
24       "frameworks": [
25         "UIKit",
26         "SystemConfiguration"
27       ],
28       "libraries": "sqlite3.0",
29       "source_files": "libs/Headers/*.h",
30       "vendored_libraries": "libs/libVideoHeartbeat.a",
31       "dependencies": {
32         "AdobeMobileSDK": [
34         ]
35       }
36     },
37     {
38       "name": "TVOS",
39       "platforms": {
40         "tvos": "9.0"
41       },
42       "frameworks": [
43         "UIKit",
44         "SystemConfiguration"
45       ],
46       "libraries": "sqlite3.0",
47       "source_files": "libs/Headers/*.h",
48       "vendored_libraries": "libs/libVideoHeartbeat_TV.a",
49       "dependencies": {
50         "AdobeMobileSDK/TVOS": [
52         ]
53       }
54     }
55   ]