[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 1.1.0 / ACPAnalytics.podspec.json
bloba671449c92a154148f1004c647ab7e56fb95bc03
2   "name": "ACPAnalytics",
3   "version": "1.1.0",
4   "summary": "Analytics framework for Adobe Experience Platform SDK. Written and Supported by Adobe.",
5   "description": "The Analytics framework 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": "v1.1.0-ACPAnalytics"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "dependencies": {
21     "ACPCore": [
22       "~> 1.0"
23     ]
24   },
25   "deprecated_in_favor_of": "AEPAnalytics",
26   "subspecs": [
27     {
28       "name": "iOS",
29       "vendored_frameworks": "ACPAnalytics_iOS.framework",
30       "xcconfig": {
31         "FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPAnalytics'",
32         "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
33       },
34       "requires_arc": true
35     }
36   ]