[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / e / ACPCampaignBeta / 1.0.2beta / ACPCampaignBeta.podspec.json
blob7abb4c5d0c9b065e76fdb86809e01ea311fc46ef
2   "name": "ACPCampaignBeta",
3   "version": "1.0.2beta",
4   "summary": "BETA - Campaign framework for Adobe Experience Cloud SDK. Written and Supported by Adobe.",
5   "description": "By using the Adobe Cloud Platform SDKs (“Beta”), you hereby acknowledge that the Beta is provided “as is” without warranty of any kind. Adobe shall have no obligation to maintain, correct, update, change, modify or otherwise support the Beta. You are advised to use caution and not to rely in any way on the correct functioning or performance of such Beta and/or accompanying materials.\n\nThe Campaign framework provides APIs that allow use of Campaign Standard in the V5 Adobe Experience Cloud SDK.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "text": "Adobe Systems, Incorporated.  All Rights Reserved."
10   },
11   "authors": "Adobe Cloud Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v1.0.2beta-ACPCampaign"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "dependencies": {
21     "ACPCoreBeta": [
22       ">= 1.0.2beta"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "iOS",
28       "vendored_frameworks": "ACPCampaign_iOS.framework",
29       "xcconfig": {
30         "FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPCampaignBeta'",
31         "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
32       },
33       "requires_arc": true
34     }
35   ]