Skip to content

Commit

Permalink
Remove .swift-version, update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Jun 4, 2020
1 parent d8c93b1 commit b0f7991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion Emojica.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Emojica"
s.version = "0.9.4"
s.version = "0.9.5"
s.summary = "A Swift framework for custom emoji conversion."

s.homepage = "https://github.com/xoudini/emojica"
Expand All @@ -14,5 +14,6 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/xoudini/emojica.git", :tag => s.version.to_s }
s.source_files = "Source/*.{h,swift}"
s.swift_version = "5.0"

end

0 comments on commit b0f7991

Please sign in to comment.