Skip to content

Commit

Permalink
Fixed the Podspec's double opinion on version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz authored and isaced committed Jun 22, 2022
1 parent 2d380c3 commit 1fbf1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISEmojiView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.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'
Expand Down

0 comments on commit 1fbf1b2

Please sign in to comment.