From 8e84a46508d1f40058acea5a46d2c5746237f399 Mon Sep 17 00:00:00 2001 From: Goichi Hirakawa Date: Thu, 21 Jan 2021 22:58:24 +0900 Subject: [PATCH] Update version to 4.0.2 --- InsetLabel.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InsetLabel.podspec b/InsetLabel.podspec index e3460b3..a483638 100644 --- a/InsetLabel.podspec +++ b/InsetLabel.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'InsetLabel' - s.version = '4.0.1' + s.version = '4.0.2' s.author = 'GyazSquare' s.license = { :type => 'MIT' } s.homepage = 'https://github.com/GyazSquare/InsetLabel' - s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v4.0.1' } + s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => '4.0.2' } s.summary = 'A UILabel subclass supporting content insets written in Swift.' s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3'] s.ios.deployment_target = '9.0'