blob: fc830e8669d6808d2866a5f5e339430120579358 [file] [log] [blame]
{
"name": "RMMapTableHeaderView",
"version": "0.0.1",
"summary": "RMMapTableHeaderView provides easy integration of MapKit into a UITableView",
"description": "RMMapTableHeaderView provides easy integration of MapKit into a UITableView. Subclass RMMapHeaderTableViewController and instantly have a MKMapView in your UITableView’s tableHeaderView",
"homepage": "https://github.com/runmad/RMMapTableHeaderView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rune Madsen": "runemadsen@mac.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/runmad/RMMapTableHeaderView.git",
"tag": "0.0.1"
},
"source_files": "RMMapHeaderTableViewController.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "MapKit",
"requires_arc": true
}