[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 1 / d / DMLocationManager / 1.0.0 / DMLocationManager.podspec.json
blob2d3c3a4abcf85a9481d610b8c21c87e3d7184359
2   "name": "DMLocationManager",
3   "version": "1.0.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "Convenient CLLocationManager wrapper. Control location caching, cache age and accuracy.",
6   "homepage": "https://github.com/martinstolz/DMLocationManager",
7   "authors": {
8     "Martin Stolz": "martin.stolz@devmob.de"
9   },
10   "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.",
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/martinstolz/DMLocationManager.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": false