Skip to content

Commit

Permalink
Merge pull request #85 from chebur/opus-library-podspec-fix-#84
Browse files Browse the repository at this point in the history
Include the correct path to opus lib in podspec
  • Loading branch information
welljsjs authored Sep 9, 2019
2 parents bd873ee + 51856a2 commit ea60d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pjsip.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "pjsip"
s.version = "2.9.0"
s.summary = "pjsip for macOS (OSX)"
s.version = "2.9.0.2"
s.summary = "pjsip for iOS and macOS (OSX)"
s.homepage = "http://www.pjsip.org"
s.author = 'www.pjsip.org'
s.source = { :git => "https://github.com/chebur/pjsip.git", :tag => "#{s.version}" }
Expand Down Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.ios.vendored_libraries = [
# 'build/openh264/lib/*.a',
'build/openssl/lib/ios/*.a',
'build/opus/dependencies/lib/*ios.a',
'build/opus/dependencies/lib/*.a',
'build/pjproject/src/pjlib/lib/*ios.a',
'build/pjproject/src/pjlib-util/lib/*ios.a',
'build/pjproject/src/pjmedia/lib/*ios.a',
Expand Down Expand Up @@ -73,7 +73,7 @@ Pod::Spec.new do |s|
s.osx.vendored_libraries = [
# 'build/openh264/lib/*.a',
'build/openssl/lib/macos/*.a',
'build/opus/dependencies/lib/*darwin18.6.0.a',
'build/opus/dependencies/lib/*.a',
'build/pjproject/src/pjlib/lib/*darwin18.6.0.a',
'build/pjproject/src/pjlib-util/lib/*darwin18.6.0.a',
'build/pjproject/src/pjmedia/lib/*darwin18.6.0.a',
Expand Down

0 comments on commit ea60d86

Please sign in to comment.