From cd7fdd9be435b9545ca0d9a08c5e02dbcb8cc603 Mon Sep 17 00:00:00 2001 From: isaced Date: Sun, 25 Aug 2019 14:38:05 +0800 Subject: [PATCH] Release v0.2.5 --- ISEmojiView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ISEmojiView.podspec b/ISEmojiView.podspec index 22e04fe..8da4b85 100644 --- a/ISEmojiView.podspec +++ b/ISEmojiView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ISEmojiView' - s.version = '0.2.4' + s.version = '0.2.5' s.summary = 'Emoji Keyboard for iOS.' s.description = <<-DESC An easy to use Emoji keyboard for iOS. @@ -18,7 +18,7 @@ An easy to use Emoji keyboard for iOS. s.screenshots = 'https://github.com/isaced/ISEmojiView/raw/master/screenshot1.png' s.license = { type: 'MIT', file: 'LICENSE' } s.author = { 'isaced' => 'isaced@163.com' } - s.source = { git: 'https://github.com/isaced/ISEmojiView.git', tag: '0.2.4' } + s.source = { git: 'https://github.com/isaced/ISEmojiView.git', tag: '0.2.5' } s.swift_version = '5' s.ios.deployment_target = '8.0'