From e6be23e6dccfe798e87b521aa28bbdde5fba084c Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Thu, 14 Jan 2016 09:28:56 -0800 Subject: [PATCH] Publish v2.1.4 --- SMCalloutView.h | 2 +- SMCalloutView.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SMCalloutView.h b/SMCalloutView.h index 0712d77..0294063 100755 --- a/SMCalloutView.h +++ b/SMCalloutView.h @@ -6,7 +6,7 @@ SMCalloutView ------------- Created by Nick Farina (nfarina@gmail.com) -Version 2.1.3 +Version 2.1.4 */ diff --git a/SMCalloutView.podspec b/SMCalloutView.podspec index 01bac89..d68c4b7 100644 --- a/SMCalloutView.podspec +++ b/SMCalloutView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SMCalloutView" - s.version = "2.1.3" + s.version = "2.1.4" s.summary = "A lightweight callout view class for iOS mimicking UICalloutView." s.description = <<-DESC SMCalloutView aims to be an exact replica of the private UICalloutView system control. @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/nfarina/calloutview" s.license = 'Apache License, Version 2.0' s.author = { "Nick Farina" => "nfarina@gmail.com" } - s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.1.3" } + s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.1.4" } s.platform = :ios, '7.0' s.source_files = 'SMCalloutView.{h,m}', 'SMClassicCalloutView.{h,m}' s.requires_arc = true