Skip to content

Commit

Permalink
Merge pull request #9 from BlinkID/fix/podspec-v1.1.0
Browse files Browse the repository at this point in the history
Fix typo in podspecs
  • Loading branch information
juraskrlec authored Nov 9, 2023
2 parents 759867e + ef88e0b commit e1e3373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MBCaptureCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '13.0.0'
s.ios.vendored_frameworks = 'CaptureCore.xcframework'
s.ios.libraries = 'c++', `z`
s.ios.libraries = 'c++', 'z'

end
2 changes: 1 addition & 1 deletion MBCaptureUX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '13.0.0'
s.ios.vendored_frameworks = 'CaptureUX.xcframework'
s.ios.libraries = 'c++', `z`
s.ios.libraries = 'c++', 'z'

end

0 comments on commit e1e3373

Please sign in to comment.