diff --git a/SMCalloutView.h b/SMCalloutView.h index fb83ee1..c81679b 100755 --- a/SMCalloutView.h +++ b/SMCalloutView.h @@ -6,7 +6,7 @@ SMCalloutView ------------- Created by Nick Farina (nfarina@gmail.com) -Version 2.0 +Version 2.0.3 */ diff --git a/SMCalloutView.podspec b/SMCalloutView.podspec index 41198bd..f597069 100644 --- a/SMCalloutView.podspec +++ b/SMCalloutView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SMCalloutView" - s.version = "2.0.2" + s.version = "2.0.3" 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.0.2" } + s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.0.3" } s.platform = :ios s.source_files = 'SMCalloutView.{h,m}', 'SMClassicCalloutView.{h,m}' s.requires_arc = true