Skip to content

Commit

Permalink
Swift 5 podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayjn committed Aug 16, 2019
1 parent 2749f9b commit 04b6266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Smile.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Smile"
s.summary = "Emoji in Swift"
s.version = "2.0.0"
s.version = "2.0.1"
s.homepage = "https://github.com/onmyway133/Smile"
s.license = 'MIT'
s.author = { "Khoa Pham" => "[email protected]" }
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.source_files = 'Sources/**/*'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
end

0 comments on commit 04b6266

Please sign in to comment.