Skip to content

Commit

Permalink
Updated to pod version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JaNd3r committed Sep 7, 2014
1 parent ca7e909 commit f4e70e6
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.0"
s.version = "0.1.2"
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.0" }
s.source = { :git => "https://github.com/JaNd3r/CKCircleMenuView.git", :tag => "0.1.2" }

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

Expand Down

0 comments on commit f4e70e6

Please sign in to comment.