[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 8 / ACPAcquisition / 2.0.1 / ACPAcquisition.podspec.json
blob857073dec5afd54cf7a5657f16366c77cabad8db
2   "name": "ACPAcquisition",
3   "version": "2.0.1",
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.1-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.3"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "iOS",
30       "vendored_libraries": "libACPAcquisition_iOS.a",
31       "source_files": [
32         "include/*.h",
33         "include/Empty.m"
34       ]
35     }
36   ]