[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / a / 2 / SMCalloutView / 2.1.0 / SMCalloutView.podspec.json
blobf6d739b47d95561091a6bd6a25f8c1c25f339d3f
2   "name": "SMCalloutView",
3   "version": "2.1.0",
4   "summary": "A lightweight callout view class for iOS mimicking UICalloutView.",
5   "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",
6   "homepage": "https://github.com/nfarina/calloutview",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Nick Farina": "nfarina@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nfarina/calloutview.git",
13     "tag": "2.1.0"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "SMCalloutView.{h,m}",
20     "SMClassicCalloutView.{h,m}"
21   ],
22   "requires_arc": true