Skip to content

Commit

Permalink
bump v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaced committed Oct 25, 2018
1 parent 89aed40 commit 75dbf0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.1'
s.version = '0.1.2'
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.1.1' }
s.source = { :git => 'https://github.com/isaced/ISEmojiView.git', :tag => '0.1.2' }
s.swift_version = '4.2'

s.ios.deployment_target = '8.0'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Requirements

- Swift4
- Swift 4.2
- iOS8+
- Xcode9
- Xcode 10

## Useage

Expand Down

0 comments on commit 75dbf0e

Please sign in to comment.