blob: e291d566f296d28ecd94478e142b37f633617d6a [file] [log] [blame]
{
"name": "MBPlacePickerController",
"version": "2.2.2",
"summary": "An open source place picker for iOS.",
"description": " \tA view controller for picking a location. I wrote it to be a simple wrapper around automatic location detection, but also to offer manual location selection in case GPS isn't available.\n",
"homepage": "https://github.com/MosheBerman/MBPlacePickerController",
"screenshots": "https://raw.githubusercontent.com/MosheBerman/MBPlacePickerController/master/screenshots/2.2.0/Readme/Default-Dark.png",
"authors": {
"Moshe Berman": "moshberm@gmail.com"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MosheBerman/MBPlacePickerController.git",
"tag": "2.2.2"
},
"source_files": [
"Classes",
"MBPlacePickerController/MBPlacePickerController/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"weak_frameworks": "CoreLocation",
"requires_arc": true
}