diff --git a/ISEmojiView.podspec b/ISEmojiView.podspec index 68d06d2..f7ef146 100644 --- a/ISEmojiView.podspec +++ b/ISEmojiView.podspec @@ -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.3.0' } + s.source = { git: 'https://github.com/isaced/ISEmojiView.git', tag: s.version.to_s } s.swift_version = '5' s.ios.deployment_target = '8.0'