[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / a / 2 / SMCalloutView / 2.1.3 / SMCalloutView.podspec.json
blobbfc27b83132c861576bb227d312b3436f85aaf3e
2   "name": "SMCalloutView",
3   "version": "2.1.3",
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\nWe 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.",
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.3"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "SMCalloutView.{h,m}",
20     "SMClassicCalloutView.{h,m}"
21   ],
22   "requires_arc": true