blob: 3596ad83243a7913e1721f5df3a67ad98aae3f66 [file] [log] [blame]
{
"name": "ACPCore",
"version": "2.9.1",
"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.9.1-ACPCore"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"static_framework": true,
"default_subspecs": "main",
"cocoapods_version": ">= 1.10",
"subspecs": [
{
"name": "main",
"ios": {
"vendored_frameworks": [
"ACPCore.xcframework",
"ACPIdentity.xcframework",
"ACPLifecycle.xcframework",
"ACPSignal.xcframework"
],
"frameworks": [
"UIKit",
"SystemConfiguration",
"WebKit",
"UserNotifications"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"source_files": [
"ACPCore.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
"ACPIdentity.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
"ACPLifecycle.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
"ACPSignal.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
"include/Empty.m"
]
},
"tvos": {
"vendored_frameworks": [
"ACPCoreTV.xcframework",
"ACPIdentityTV.xcframework",
"ACPLifecycleTV.xcframework",
"ACPSignalTV.xcframework"
],
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"source_files": [
"ACPCoreTV.xcframework/tvos-arm64/Headers/*.h",
"ACPIdentityTV.xcframework/tvos-arm64/Headers/*.h",
"ACPLifecycleTV.xcframework/tvos-arm64/Headers/*.h",
"ACPSignalTV.xcframework/tvos-arm64/Headers/*.h",
"include/Empty.m"
]
}
}
]
}