[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / c / 7 / 0 / HLFMapViewController / 0.2.1 / HLFMapViewController.podspec.json
blob7bab418b10aeb9d086947d36c7bc42a07d5e7b89
2   "name": "HLFMapViewController",
3   "version": "0.2.1",
4   "summary": "Map modal for searching and selecting a nearby location.",
5   "description": "A generic implementation of a common feature: searching\nand selecting a nearby location from an MKMapView.",
6   "screenshots": [
7     "https://dl.dropboxusercontent.com/u/305699/hlf-map-view-controller-1.png",
8     "https://dl.dropboxusercontent.com/u/305699/hlf-map-view-controller-2.png"
9   ],
10   "homepage": "https://github.com/hlfcoding/HLFMapViewController",
11   "license": "MIT",
12   "authors": {
13     "Peng Wang": "peng@pengxwang.com"
14   },
15   "source": {
16     "git": "https://github.com/hlfcoding/HLFMapViewController.git",
17     "tag": "0.2.1"
18   },
19   "social_media_url": "https://twitter.com/hlfcoding",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resources": "Pod/Assets/**/*",
26   "frameworks": [
27     "UIKit",
28     "Contacts",
29     "CoreLocation",
30     "MapKit"
31   ]