blob: f18bc58bb6fcf941a9d0d93e6e089e95ded85d62 [file] [log] [blame]
{
"name": "ACPUserProfile",
"version": "2.0.0",
"summary": "User Profile library for Adobe Experience Platform SDK. Written and Supported by Adobe.",
"description": "The User Profile library provides APIs that allow use of the custom client-side User Profile 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": "v2.0.0-ACPUserProfile"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
"~> 2.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPUserProfile_iOS.a",
"source_files": "include/*.h"
}
]
}