blob: a150d2580dd4aa24648f0c578f945cdf2cb85931 [file] [log] [blame]
{
"name": "ACPGriffon",
"version": "1.0.0",
"summary": "Project Griffon SDK for Adobe Experience Cloud. Written and maintained by Adobe.",
"description": "The Project Griffon SDK provides APIs that allow use of the Project Griffon product in conjunction with the Adobe Experience Cloud solutions.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
"license": {
"type": "Commercial",
"text": "Adobe. All Rights Reserved."
},
"authors": "Adobe Mobile SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v1.0.0-ACPGriffon"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPGriffon_iOS.a",
"source_files": "include/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"libraries": [
"c++",
"z"
]
}
]
}