chore: upgrade linphone-sdk to 5.4.84 and add linphone.org maven repo
This commit is contained in:
parent
189df6d042
commit
d652c1237e
5 changed files with 27 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'liblinphone_flutter'
|
||||
s.version = '0.0.2'
|
||||
s.version = '0.0.3'
|
||||
s.summary = 'libLinPhone integration library for Flutter apps'
|
||||
s.description = <<-DESC
|
||||
libLinPhone integration library for Flutter apps
|
||||
|
|
@ -15,7 +15,7 @@ libLinPhone integration library for Flutter apps
|
|||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.dependency 'Flutter'
|
||||
s.ios.dependency 'linphone-sdk', '~> 5.3.0'
|
||||
s.ios.dependency 'linphone-sdk', '~> 5.4.84'
|
||||
s.platform = :ios, '13.0'
|
||||
|
||||
# Flutter.framework does not contain a i386 slice.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue