blob: 7725faa7a0cf997a611e4d24b67b1b2bff63b5d4 [file] [log] [blame]
{
"name": "AEPAssurance",
"version": "1.0.0",
"summary": "AEPAssurance SDK for Adobe Experience Platform SDK. Written and maintained by Adobe.",
"description": "AEPAssurance SDK provides APIs that allow use of the AEPAssurance product in the Adobe Experience Platform SDK.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": "Adobe Experience Platform SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v1.0.0-AEPAssurance"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libAEPAssurance_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
]
}
]
}