From 5648f49e83c76f5c37a5d211a83d8ae076096f2e Mon Sep 17 00:00:00 2001 From: Ryoichi Izumita Date: Wed, 17 Jun 2015 08:23:18 +0900 Subject: [PATCH] Update pod spec --- CTCheckbox.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTCheckbox.podspec b/CTCheckbox.podspec index f6d4477..c1deb8d 100644 --- a/CTCheckbox.podspec +++ b/CTCheckbox.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "CTCheckbox" - s.version = "0.0.3" + s.version = "0.0.4" s.summary = "CTCheckbox is a checkbox UI component library for iOS." s.homepage = "https://github.com/rizumita/CTCheckbox" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Ryoichi Izumita" => "r.izumita@caph.jp" } - s.source = { :git => "https://github.com/rizumita/CTCheckbox.git", :tag => "0.0.3" } + s.source = { :git => "https://github.com/rizumita/CTCheckbox.git", :tag => "0.0.4" } s.platform = :ios, '5.0' s.source_files = 'CTCheckbox/CTCheckbox.{h,m}' s.requires_arc = true