blob: 7369124c9c7e889688f95149b4355d027d6ff540 [file] [log] [blame]
{
"name": "ACPCore",
"version": "2.2.2",
"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.2.2-ACPCore"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "iOS",
"static_framework": true,
"subspecs": [
{
"name": "iOS",
"vendored_libraries": [
"libACPCore_iOS.a",
"libACPIdentity_iOS.a",
"libACPSignal_iOS.a",
"libACPLifecycle_iOS.a"
],
"source_files": [
"include/*.h",
"include/Empty.m"
],
"frameworks": [
"UIKit",
"SystemConfiguration",
"WebKit",
"UserNotifications"
],
"libraries": [
"sqlite3.0",
"c++",
"z"
]
}
]
}