[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 2.3.0 / ACPAnalytics.podspec.json
blob3a6839b44a5c9cc40c18c3321e25fe040aeb8215
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   "deprecated_in_favor_of": "AEPAnalytics",
29   "subspecs": [
30     {
31       "name": "main",
32       "ios": {
33         "vendored_libraries": "libACPAnalytics_iOS.a",
34         "source_files": [
35           "include/*.h",
36           "include/*.m"
37         ]
38       },
39       "tvos": {
40         "vendored_libraries": "libACPAnalytics_tvOS.a",
41         "source_files": [
42           "include/*.h",
43           "include/*.m"
44         ]
45       }
46     }
47   ]