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