Skip to content

Commit

Permalink
bump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaced committed Sep 15, 2018
1 parent fd291cb commit 134f191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ISEmojiView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

Pod::Spec.new do |s|
s.name = 'ISEmojiView'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Emoji Keyboard for iOS.'
s.description = <<-DESC
An easy to use Emoji keyboard for iOS.
DESC

s.homepage = 'https://github.com/isaced/ISEmojiView'
s.screenshots = 'https://raw.github.com/isaced/ISEmojiView/master/screenshot.jpg'
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.1.0' }
s.source = { :git => 'https://github.com/isaced/ISEmojiView.git', :tag => '0.1.1' }

s.ios.deployment_target = '8.0'

Expand Down

0 comments on commit 134f191

Please sign in to comment.