[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 2.3.0 / ACPAnalytics.podspec.json
blob9fc515eb3147de2b834a50a59075575702bad416
2   "name": "ACPAnalytics",
3   "version": "2.3.0",
4   "summary": "Analytics library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
5   "description": "The Analytics library provides APIs that allow use of the Analytics product in the Adobe Experience Platform SDK.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": "Adobe Experience Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v2.3.0-ACPAnalytics"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "default_subspecs": "main",
23   "dependencies": {
24     "ACPCore": [
25       ">= 2.5.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "main",
31       "ios": {
32         "vendored_libraries": "libACPAnalytics_iOS.a",
33         "source_files": [
34           "include/*.h",
35           "include/*.m"
36         ]
37       },
38       "tvos": {
39         "vendored_libraries": "libACPAnalytics_tvOS.a",
40         "source_files": [
41           "include/*.h",
42           "include/*.m"
43         ]
44       }
45     }
46   ]