Skip to content

Commit

Permalink
chore: made framework as static
Browse files Browse the repository at this point in the history
  • Loading branch information
Desu Sai Venkat committed Oct 9, 2023
1 parent c6cf679 commit c2b9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rudder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '7.0'

s.swift_versions = ['5.0']

s.static_framework = true
s.frameworks = 'Foundation'

s.source_files = 'Sources/**/*.{h,m}'
Expand Down

0 comments on commit c2b9623

Please sign in to comment.