From 45c8fa56761898600a68beb50c0f30afccf10aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=87=AA=E7=94=B1=E6=B5=81=E6=B0=B4?= Date: Sun, 14 Jan 2018 12:07:37 +0800 Subject: [PATCH] Update SCIndexView.podspec --- SCIndexView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SCIndexView.podspec b/SCIndexView.podspec index 9d644b3..c50e31c 100644 --- a/SCIndexView.podspec +++ b/SCIndexView.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "SCIndexView" - s.version = "1.1.0" + s.version = "1.1.1" s.summary = "SCIndexView provide a index view." s.description = "SCIndexView provide a index view like Wechat. It is very easy." @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/TalkingJourney/SCIndexView.git", :tag => "1.1.0" } + s.source = { :git => "https://github.com/TalkingJourney/SCIndexView.git", :tag => "1.1.1" } s.source_files = "SCIndexView/**/*.{h,m}" s.public_header_files = "SCIndexView/**/*.h"