[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / 2 / MBPlacePickerController / 2.3.1 / MBPlacePickerController.podspec.json
blob8ff54e99c2e482bc030a810df2161938a6559a54
2   "name": "MBPlacePickerController",
3   "version": "2.3.1",
4   "summary": "An open source place picker for iOS.",
5   "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",
6   "homepage": "https://github.com/MosheBerman/MBPlacePickerController",
7   "screenshots": "https://raw.githubusercontent.com/MosheBerman/MBPlacePickerController/master/screenshots/2.2.0/Readme/Default-Dark.png",
8   "authors": {
9     "Moshe Berman": "moshberm@gmail.com"
10   },
11   "license": "MIT",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/MosheBerman/MBPlacePickerController.git",
17     "tag": "2.3.1"
18   },
19   "source_files": [
20     "Classes",
21     "MBPlacePickerController/MBPlacePickerController/**/*.{h,m}"
22   ],
23   "frameworks": "QuartzCore",
24   "weak_frameworks": "CoreLocation",
25   "requires_arc": true