Skip to content

Commit

Permalink
bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaced committed Jun 23, 2021
1 parent 69be175 commit 5df4a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISEmojiView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ISEmojiView'
s.version = '0.2.6'
s.version = '0.3.0'
s.summary = 'Emoji Keyboard for iOS.'
s.description = <<-DESC
An easy to use Emoji keyboard for iOS.
Expand All @@ -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' => '[email protected]' }
s.source = { git: 'https://github.com/isaced/ISEmojiView.git', tag: '0.2.6' }
s.source = { git: 'https://github.com/isaced/ISEmojiView.git', tag: '0.3.0' }
s.swift_version = '5'

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 5df4a19

Please sign in to comment.