Skip to content

Commit

Permalink
fix podspec to include all source files
Browse files Browse the repository at this point in the history
fixes aheze#76
  • Loading branch information
Sega-Zero committed Mar 14, 2023
1 parent dc88bad commit c4df2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Popovers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "13.0"

s.source_files = 'Sources/**/*'
s.source_files = 'Sources/**/**'
s.swift_version = "5.5"

end

0 comments on commit c4df2fc

Please sign in to comment.