Skip to content

Commit

Permalink
bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinlieu committed Nov 27, 2017
1 parent a2c2b85 commit a505505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMPopTipView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CMPopTipView"
s.version = "2.3.1"
s.version = "2.3.2"
s.summary = "Custom UIView for iOS that pops up an animated \"bubble\" pointing at a button or other view. Useful for popup tips."
s.homepage = "https://github.com/chrismiles/CMPopTipView"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Chris Miles" => "http://chrismiles.info/" }
s.source = { :git => "https://github.com/chrismiles/CMPopTipView.git", :tag => "2.3.1" }
s.source = { :git => "https://github.com/chrismiles/CMPopTipView.git", :tag => "2.3.2" }
s.platform = :ios, "6.0"
s.requires_arc = true
s.source_files = "CMPopTipView/*.{h,m}"
Expand Down

0 comments on commit a505505

Please sign in to comment.