[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 2.5.0 / ACPAnalytics.podspec.json
blobdcb2dbbe3f697c001e3e4424b97d108ac2937049
2   "name": "ACPAnalytics",
3   "version": "2.5.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.5.0-ACPAnalytics"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "default_subspecs": "xcframeworks",
21   "requires_arc": true,
22   "static_framework": true,
23   "cocoapods_version": ">= 1.10",
24   "dependencies": {
25     "ACPCore": [
26       ">= 2.9.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "xcframeworks",
32       "ios": {
33         "vendored_frameworks": "ACPAnalytics.xcframework",
34         "source_files": [
35           "ACPAnalytics.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
36           "include/*.m"
37         ],
38         "libraries": [
39           "sqlite3.0",
40           "z",
41           "c++"
42         ]
43       },
44       "tvos": {
45         "vendored_frameworks": "ACPAnalyticsTV.xcframework",
46         "source_files": [
47           "ACPAnalyticsTV.xcframework/tvos-arm64/Headers/*.h",
48           "include/*.m"
49         ],
50         "libraries": [
51           "sqlite3.0",
52           "z",
53           "c++"
54         ]
55       }
56     }
57   ]