| { |
| "name": "MBPlacePickerController", |
| "version": "2.2.4", |
| "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.4" |
| }, |
| "source_files": [ |
| "Classes", |
| "MBPlacePickerController/MBPlacePickerController/**/*.{h,m}" |
| ], |
| "frameworks": "QuartzCore", |
| "weak_frameworks": "CoreLocation", |
| "requires_arc": true |
| } |