Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chebur committed Jun 25, 2019
1 parent fb4f648 commit 0c3f055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pjsip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Pod::Spec.new do |s|
}

s.ios.deployment_target = '9.0'
s.ios.source_files =
s.ios.public_header_files = [
'build/pjproject/src/pjlib/include/**/*.h',
'build/pjproject/src/pjlib-util/include/**/*.h',
Expand Down Expand Up @@ -53,6 +54,7 @@ Pod::Spec.new do |s|
s.ios.frameworks = 'UIKit', 'VideoToolbox', 'AudioToolbox', 'AVFoundation', 'OpenGLES', 'QuartzCore', 'CoreMedia', 'CoreVideo'

s.osx.deployment_target = '10.12'
s.osx.source_files =
s.osx.public_header_files = [
'build/pjproject/src/pjlib/include/**/*.h',
'build/pjproject/src/pjlib-util/include/**/*.h',
Expand Down

0 comments on commit 0c3f055

Please sign in to comment.