blob: 2ad56b2d046ac7b12733cbfea10845e560ee8253 [file] [log] [blame]
{
"name": "ACPGriffonBeta",
"version": "0.0.10",
"summary": "BETA - Project Griffon framework for Adobe Experience Cloud SDK. Official Pod for Project Griffon Beta.",
"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.\nThe Project Griffon frameworks provide APIs that allow use of Project Griffon in the V5 Adobe Experience Cloud SDK.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
"license": {
"type": "Commercial",
"text": "Adobe Systems, Incorporated. All Rights Reserved."
},
"authors": "Adobe Cloud Platform SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v0.0.10-ACPGriffonBeta"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
"~> 2.1.1"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": [
"libProjectGriffon.a",
"libACPGriffonBridge_iOS.a"
],
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}