Skip to content

Commit

Permalink
Pod 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yangKJ committed Mar 25, 2024
1 parent a648079 commit 1fb84e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kakapos.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.macos.deployment_target = '10.13'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }

s.source_files = 'Sources/*.swift'
s.source_files = 'Sources/**/*.swift'
s.weak_frameworks = 'CoreVideo', 'AVFoundation'

end

0 comments on commit 1fb84e6

Please sign in to comment.