blob: de7ab9e9f19bd3491366987129a30640396e6f33 [file] [log] [blame]
{
"name": "ACPUserProfile",
"version": "1.0.0",
"summary": "User Profile framework for Adobe Cloud Platform SDK. Written and Supported by Adobe.",
"description": "The User Profile framework provides APIs that allow use of the custom client-side User Profile in the Adobe Cloud Platform SDK.",
"homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": "Adobe Cloud Platform SDK Team",
"source": {
"git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
"tag": "v1.0.0-ACPUserProfile"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_frameworks": "ACPUserProfile_iOS.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPUserProfile'",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
},
"requires_arc": true
}
]
}