blob: 3b0925dcb5d0466dfe163cba2c71354f522ddd06 [file] [log] [blame]
{
"name": "SMCalloutView",
"version": "1.0.1",
"summary": "A lightweight callout view class for iOS mimicking UICalloutView.",
"description": " SMCalloutView aims to be an exact replica of the private UICalloutView system control.\n\n We all love those \"bubbles\" you get when clicking pins in MKMapView. But sadly, it's impossible to present this bubble-style \"Callout\" UI anywhere outside MKMapView. Phooey! So this class painstakingly recreates this handy control for your pleasure.\n",
"homepage": "https://github.com/nfarina/calloutview",
"license": "Apache License, Version 2.0",
"authors": {
"Nick Farina": "nfarina@gmail.com"
},
"source": {
"git": "https://github.com/nfarina/calloutview.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"source_files": "SMCalloutView.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}