diff --git a/ISEmojiView.podspec b/ISEmojiView.podspec index ee9db10..c2d2dd4 100644 --- a/ISEmojiView.podspec +++ b/ISEmojiView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ISEmojiView' - s.version = '0.2.2' + s.version = '0.2.3' 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.2' } + s.source = { git: 'https://github.com/isaced/ISEmojiView.git', tag: '0.2.3' } s.swift_version = '5' s.ios.deployment_target = '8.0'