Skip to content

Commit d4e2cf0

Browse files
committed
Version bump to 2.0.3
1 parent 82b8b86 commit d4e2cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SMCalloutView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SMCalloutView
77
-------------
88
Created by Nick Farina (nfarina@gmail.com)
9-
Version 2.0
9+
Version 2.0.3
1010
1111
*/
1212

SMCalloutView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SMCalloutView"
3-
s.version = "2.0.2"
3+
s.version = "2.0.3"
44
s.summary = "A lightweight callout view class for iOS mimicking UICalloutView."
55
s.description = <<-DESC
66
SMCalloutView aims to be an exact replica of the private UICalloutView system control.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/nfarina/calloutview"
1111
s.license = 'Apache License, Version 2.0'
1212
s.author = { "Nick Farina" => "nfarina@gmail.com" }
13-
s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.0.2" }
13+
s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.0.3" }
1414
s.platform = :ios
1515
s.source_files = 'SMCalloutView.{h,m}', 'SMClassicCalloutView.{h,m}'
1616
s.requires_arc = true

0 commit comments

Comments
 (0)