blob: 5124ea6f0b40a8771c86ea7621f8a306e6361a65 [file] [log] [blame]
{
"name": "HLFMapViewController",
"version": "0.1.0",
"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.",
"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.0"
},
"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"
]
}