blob: 50b04e45609e02e088ae339dec1f9ebe93ebc1af [file] [log] [blame]
{
"name": "ACPPlacesMonitor",
"version": "0.0.2",
"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/ACPPlacesMonitor",
"license": "Apache License, Version 2.0",
"authors": "Adobe Experience Platform SDK Team",
"source": {
"git": "https://github.com/adobe/ACPPlacesMonitor.git",
"tag": "v0.0.2-ACPPlacesMonitor"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"static_framework": true,
"dependencies": {
"ACPCore": [
">= 2.1.0"
],
"ACPPlaces": [
">= 1.0.0"
]
},
"subspecs": [
{
"name": "iOS",
"public_header_files": "ACPPlacesMonitor/ACPPlacesMonitor.h",
"source_files": "ACPPlacesMonitor/*.{h,m}",
"frameworks": "CoreLocation"
}
]
}