blob: 207a15113bfce9fc035e24f444ac7d40b130b7e9 [file] [log] [blame]
{
"name": "ACPPlacesMonitor",
"version": "0.0.1",
"summary": "Places monitor for Adobe Experience Cloud SDK. Written and maintained by Adobe.",
"description": "The Places monitor provides native geolocation functionality, enabling use of the Places product in the V5 Adobe Experience Cloud 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": "v0.0.1-ACPPlacesMonitor"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "iOS",
"dependencies": {
"ACPCore": [
">= 2.0.3"
],
"ACPPlaces": [
]
},
"subspecs": [
{
"name": "iOS",
"vendored_libraries": "libACPPlacesMonitor_iOS.a",
"source_files": [
"include/*.h",
"include/*.m"
],
"frameworks": "CoreLocation"
}
]
}