forked from progn/DMLocationManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDMLocationManager.podspec.json
More file actions
21 lines (21 loc) · 896 Bytes
/
DMLocationManager.podspec.json
File metadata and controls
21 lines (21 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "DMLocationManager",
"version": "1.1.0",
"license": "Apache License, Version 2.0",
"summary": "Convenient CLLocationManager wrapper. Control location caching, cache age and accuracy.",
"homepage": "https://github.com/bluesource/DMLocationManager",
"authors": {
"Martin Stolz": "martin.stolz@devmob.de"
},
"description": "This CLLocationManager wrapper allows you to query for the devices location in a convenient way. Control the caching behaviour by disallowing cache or setting the maximum cache age. Loop the location determination for permanent location updates in a defined interval.",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/bluesource/DMLocationManager.git",
"tag": "1.1.0"
},
"source_files": "DMLocationManager/*.{h,m}",
"resource" : "DMLocationManager/DMLocationManager.strings",
"requires_arc": true
}