Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Aug 26, 2014
1 parent 45b300a commit a4e6146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMCalloutView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SMCalloutView"
s.version = "2.0"
s.version = "2.0.2"
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" }
s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.0.2" }
s.platform = :ios
s.source_files = 'SMCalloutView.{h,m}', 'SMClassicCalloutView.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit a4e6146

Please sign in to comment.