| { |
| "name": "DMLocationManager", |
| "version": "1.0.0", |
| "license": "Apache License, Version 2.0", |
| "summary": "Convenient CLLocationManager wrapper. Control location caching, cache age and accuracy.", |
| "homepage": "https://github.com/martinstolz/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/martinstolz/DMLocationManager.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": false |
| } |