blob: 83c5ca6db86b4b3d38ba153c39c3e62855f5add5 [file] [log] [blame]
{
"name": "LocationRequestManager",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/juancruzmdq",
"platforms": {
"ios": "8.0"
},
"source_files": "LocationRequestManager/Classes/**/*",
"resource_bundles": {
"LocationRequestManager": [
"LocationRequestManager/Assets/*.png"
]
}
}