[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 1.1.0 / ACPAnalytics.podspec.json
blob264a91ac9ca02535955d0c7b9b9a79741c4be5ec
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   "subspecs": [
26     {
27       "name": "iOS",
28       "vendored_frameworks": "ACPAnalytics_iOS.framework",
29       "xcconfig": {
30         "FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPAnalytics'",
31         "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
32       },
33       "requires_arc": true
34     }
35   ]