Skip to content

Commit

Permalink
Updated version to 0.1.6
Browse files Browse the repository at this point in the history
Version 0.1.6 including a tap mode (#2).
  • Loading branch information
JaNd3r committed Nov 24, 2015
1 parent 89139dc commit b825fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CKCircleMenuView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "CKCircleMenuView"
s.version = "0.1.5"
s.version = "0.1.6"
s.summary = "An easy-to-integrate popup menu of round buttons placed on a circle."

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.requires_arc = true

s.source = { :git => "https://github.com/JaNd3r/CKCircleMenuView.git", :tag => "0.1.5" }
s.source = { :git => "https://github.com/JaNd3r/CKCircleMenuView.git", :tag => "0.1.6" }

s.source_files = "CKCircleMenuView/*.{h,m}"

Expand Down

0 comments on commit b825fad

Please sign in to comment.