[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 8 / ACPAcquisition / 1.1.0 / ACPAcquisition.podspec.json
blob8275a262bda87da9a4f48dcc4307f7be74b6f5cb
2   "name": "ACPAcquisition",
3   "version": "1.1.0",
4   "summary": "Acquisition framework for Adobe Experience Platform SDK. Written and Supported by Adobe.",
5   "description": "The Acquisition framework provides APIs that allow use of acquisition and Adobe link features 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-ACPAcquisition"
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": "ACPAcquisition_iOS.framework",
29       "xcconfig": {
30         "FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPAcquisition'",
31         "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
32       },
33       "requires_arc": true
34     }
35   ]