blob: 418a079421bcec3b2bffe8287e5c65167ca74a0f [file] [log] [blame]
{
"name": "LocationRequestManager",
"version": "0.2.1",
"summary": "Improving CLLocationManager encapsulating the location request in LocationRequest Class.",
"description": "This library was created with the intetion of simplify the use of CLLocationManager. LocationRequestManager is a wraper for CLLocationManager which handle a set of LocationRequest. For each request you can specify some parameters like timeout, distance filter, accuracy",
"homepage": "https://github.com/juancruzmdq/LocationRequestManager",
"license": "MIT",
"authors": {
"Juan Cruz Ghigliani": "juancruzmdq@gmail.com"
},
"source": {
"git": "https://github.com/juancruzmdq/LocationRequestManager.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/juancruzmdq",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"CoreLocation"
],
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}