blob: e42ce3ddf4d183475750048c0181240ecdc16eab [file] [log] [blame]
{
"name": "ACPCore",
"version": "2.7.5",
"summary": "Core library for Adobe Experience Platform SDK. Written and Supported by Adobe.",
"description": "The core library provides the foundation for the Adobe Experience Platform SDK. Having the core library installed is a pre-requisite for any other Adobe Experience Platform SDK extension to work.",
"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": "v2.7.5-ACPCore"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"static_framework": true,
"default_subspecs": "main",
"subspecs": [
{
"name": "main",
"ios": {
"vendored_libraries": [
"libACPCore_iOS.a",
"libACPIdentity_iOS.a",
"libACPSignal_iOS.a",
"libACPLifecycle_iOS.a"
],
"frameworks": [
"UIKit",
"SystemConfiguration",
"WebKit",
"UserNotifications"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"source_files": [
"include/*.h",
"include/Empty.m"
]
},
"tvos": {
"vendored_libraries": [
"libACPCore_tvOS.a",
"libACPIdentity_tvOS.a",
"libACPSignal_tvOS.a",
"libACPLifecycle_tvOS.a"
],
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"source_files": [
"include/*.h",
"include/Empty.m"
]
}
}
]
}