blob: 8a6c2a229ec5c5b42f35218f05921408c74bf22c [file] [log] [blame]
{
"name": "HLFMapViewController",
"version": "0.1.2",
"summary": "Map modal for searching and selecting a nearby location.",
"description": "A generic implementation of a common feature: searching\nand selecting a nearby location from an MKMapView.",
"screenshots": [
"https://dl.dropboxusercontent.com/u/305699/hlf-map-view-controller-1.png",
"https://dl.dropboxusercontent.com/u/305699/hlf-map-view-controller-2.png"
],
"homepage": "https://github.com/hlfcoding/HLFMapViewController",
"license": "MIT",
"authors": {
"Peng Wang": "peng@pengxwang.com"
},
"source": {
"git": "https://github.com/hlfcoding/HLFMapViewController.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/hlfcoding",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/**/*",
"frameworks": [
"UIKit",
"Contacts",
"CoreLocation",
"MapKit"
]
}