Skip to content

Commit

Permalink
Publish v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Jan 14, 2016
1 parent 4f8a317 commit e6be23e
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.1.3
Version 2.1.4
*/

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.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.
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.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
Expand Down

0 comments on commit e6be23e

Please sign in to comment.