blob: 2c1095ae906b76c132b9d586d2a327574b534519 [file] [log] [blame]
{
"name": "ACPMobileServices",
"version": "1.1.0",
"summary": "Mobile Services library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
"description": "The Mobile Services library provides APIs that allow use of the Mobile Services product 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": "v1.1.0-ACPMobileServices"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "xcframeworks",
"cocoapods_version": ">= 1.10",
"static_framework": true,
"dependencies": {
"ACPCore": [
">= 2.9.0"
],
"ACPAnalytics": [
">= 2.5.0"
]
},
"subspecs": [
{
"name": "xcframeworks",
"ios": {
"vendored_frameworks": "ACPMobileServices.xcframework",
"source_files": [
"ACPMobileServices.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
"include/*.m"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
]
}
}
]
}