[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 3 / 2 / 8 / ACPAcquisition / 2.0.0 / ACPAcquisition.podspec.json
blob8db24018579b6c72a8e4d3819be6bab4d8fb49eb
2   "name": "ACPAcquisition",
3   "version": "2.0.0",
4   "summary": "Acquisition library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
5   "description": "The Acquisition library provides APIs that allow use of the Acquisition 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-ACPAcquisition"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "iOS",
21   "static_framework": true,
22   "dependencies": {
23     "ACPCore": [
24       "~> 2.0"
25     ]
26   },
27   "deprecated": true,
28   "subspecs": [
29     {
30       "name": "iOS",
31       "vendored_libraries": "libACPAcquisition_iOS.a",
32       "source_files": [
33         "include/*.h",
34         "include/Empty.m"
35       ]
36     }
37   ]