[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / f / c / ACPPlacesMonitor / 2.1.3 / ACPPlacesMonitor.podspec.json
blob7ef21432329092316d06fefe3727ef4dfeb1d6c0
2   "name": "ACPPlacesMonitor",
3   "version": "2.1.3",
4   "summary": "Places monitor for Adobe Experience Cloud SDK. Written and maintained by Adobe.",
5   "description": "The Places monitor provides native geolocation functionality, enabling use of the Places product in the V5 Adobe Experience Cloud SDK.",
6   "homepage": "https://github.com/adobe/ACPPlacesMonitor",
7   "license": "Apache License, Version 2.0",
8   "authors": "Adobe Experience Platform SDK Team",
9   "source": {
10     "git": "https://github.com/adobe/ACPPlacesMonitor.git",
11     "tag": "v2.1.3-ACPPlacesMonitor"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "requires_arc": true,
17   "default_subspecs": "iOS",
18   "static_framework": true,
19   "dependencies": {
20     "ACPCore": [
21       ">= 2.3.6"
22     ],
23     "ACPPlaces": [
24       ">= 1.3.0"
25     ]
26   },
27   "deprecated": true,
28   "subspecs": [
29     {
30       "name": "iOS",
31       "public_header_files": "ACPPlacesMonitor/ACPPlacesMonitor.h",
32       "source_files": "ACPPlacesMonitor/*.{h,m}",
33       "frameworks": "CoreLocation"
34     }
35   ]