[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 2.2.1 / ACPAnalytics.podspec.json
blobc3aa4b8a3840d9cc8afd2b2d41598a0923faa6ea
2   "name": "ACPAnalytics",
3   "version": "2.2.1",
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.2.1-ACPAnalytics"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "default_subspecs": "iOS",
22   "dependencies": {
23     "ACPCore": [
24       ">= 2.3.3"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "iOS",
30       "vendored_libraries": "libACPAnalytics_iOS.a",
31       "source_files": [
32         "include/*.h",
33         "include/*.m"
34       ]
35     }
36   ]