From 3f48befb4156cc671ded101c8ee845bcdae70dd6 Mon Sep 17 00:00:00 2001 From: Silence <374619540@qq.com> Date: Tue, 25 Apr 2017 12:12:29 +0800 Subject: [PATCH] Update --- SICategory.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SICategory.podspec b/SICategory.podspec index 81d4462..1b2e9b5 100644 --- a/SICategory.podspec +++ b/SICategory.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SICategory" - s.version = "1.7.0" + s.version = "1.7.1" s.summary = "iOS Category." s.description = <<-DESC A collection of iOS Category. @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Silence" => "374619540@qq.com" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/silence0201/iOS-Category.git", :tag => "1.7.0" } + s.source = { :git => "https://github.com/silence0201/iOS-Category.git", :tag => "1.7.1" } s.public_header_files = 'Classes/SICategory.h' s.source_files = 'Classes/SICategory.h' s.requires_arc = true