[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / c / 7 / 0 / HLFMapViewController / 0.1.1 / HLFMapViewController.podspec.json
blob6ea048f17e5844ca64147d7edafd403e83b1c376
2   "name": "HLFMapViewController",
3   "version": "0.1.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   "homepage": "https://github.com/hlfcoding/HLFMapViewController",
7   "license": "MIT",
8   "authors": {
9     "Peng Wang": "peng@pengxwang.com"
10   },
11   "source": {
12     "git": "https://github.com/hlfcoding/HLFMapViewController.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/hlfcoding",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": "Pod/Assets/**/*",
22   "frameworks": [
23     "UIKit",
24     "Contacts",
25     "CoreLocation",
26     "MapKit"
27   ]