[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 1 / ACPAnalytics / 2.0.0 / ACPAnalytics.podspec.json
blobbb1970e00e1195fb306cca8b129efedfe323f126
2   "name": "ACPAnalytics",
3   "version": "2.0.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.0.0-ACPAnalytics"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "iOS",
21   "dependencies": {
22     "ACPCore": [
23       "~> 2.0"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "iOS",
29       "vendored_libraries": "libACPAnalytics_iOS.a",
30       "source_files": "include/*.h"
31     }
32   ]