[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 2.5.0 / ACPAnalytics.podspec.json
blob400f37fd3a83f29457d911913c76fe7999913f2e
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   "deprecated_in_favor_of": "AEPAnalytics",
30   "subspecs": [
31     {
32       "name": "xcframeworks",
33       "ios": {
34         "vendored_frameworks": "ACPAnalytics.xcframework",
35         "source_files": [
36           "ACPAnalytics.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
37           "include/*.m"
38         ],
39         "libraries": [
40           "sqlite3.0",
41           "z",
42           "c++"
43         ]
44       },
45       "tvos": {
46         "vendored_frameworks": "ACPAnalyticsTV.xcframework",
47         "source_files": [
48           "ACPAnalyticsTV.xcframework/tvos-arm64/Headers/*.h",
49           "include/*.m"
50         ],
51         "libraries": [
52           "sqlite3.0",
53           "z",
54           "c++"
55         ]
56       }
57     }
58   ]