Skip to content

Commit

Permalink
Attempt to fix having to use_frameworks! in pods
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Jul 11, 2024
1 parent 456e0cd commit db1d54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RollbarCrash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"

s.static_framework = true
s.module_name = "RollbarCrash"
s.source_files = "RollbarNotifier/Sources/#{s.name}/**/*.{h,c,cpp,m}"
s.public_header_files = "RollbarNotifier/Sources/#{s.name}/include/*.h"
Expand Down

0 comments on commit db1d54e

Please sign in to comment.