blob: 7ffde10b23e8ba0785e05b73bd1e37ad37350042 [file] [log] [blame]
{
"name": "MKMapView-Blocks",
"version": "0.2.1",
"summary": "MKMapView category that adds blocks for all delegate methods",
"description": " Adds blocks to all MKMapView delegate methods with a simple and easy to use category, no subclassing. Also allows the use of delegate methods if no block is set for a particular method.\n",
"homepage": "https://github.com/haaakon/MKMapView-Blocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Haaakon Bogen": "hakon.bogen@gmail.com"
},
"source": {
"git": "https://github.com/haaakon/MKMapView-Blocks.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MKMapView-Blocks/*.{h,m}",
"frameworks": "MapKit",
"requires_arc": true
}