Skip to content

Commit

Permalink
add swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Aleshin authored and Vadim Aleshin committed Nov 22, 2023
1 parent e55e069 commit 5df2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmojiNumber.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.author = { "Username" => "mov4d.community@gmail.com" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/rep-co/EmojiNumber.git", :tag => s.version.to_s }
s.source_files = 'EmojiNumber/*.{h,m}'
s.source_files = 'EmojiNumber/*.{h,m,swift}'
s.public_header_files = 'EmojiNumber/*.h'
s.framework = 'Foundation'
s.requires_arc = true
Expand Down

0 comments on commit 5df2d0e

Please sign in to comment.