Skip to content

Commit

Permalink
Version bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Sep 25, 2014
1 parent 82b8b86 commit d4e2cf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SMCalloutView.h
Expand Up @@ -6,7 +6,7 @@
SMCalloutView
-------------
Created by Nick Farina (nfarina@gmail.com)
Version 2.0
Version 2.0.3
*/

Expand Down
4 changes: 2 additions & 2 deletions 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.
Expand All @@ -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
Expand Down

0 comments on commit d4e2cf0

Please sign in to comment.