blob: 5cde3928724d3e0f16bf3472fc302d1df78838fa [file] [log] [blame]
{
"name": "ACPPlaces",
"version": "1.0.0",
"summary": "Places extension (BETA) for Adobe Experience Platform SDK. Written and maintained by Adobe.",
"description": "The Places extension (BETA) provides APIs that allow use of the Places service 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.0.0-ACPPlaces"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
">= 2.0.3"
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPPlaces_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
],
"frameworks": "CoreLocation"
}
]
}