feat(ios): migrate to Swift Package Manager and upgrade linphone-sdk
This commit is contained in:
parent
a02b76c360
commit
d421c46a71
18 changed files with 184 additions and 129 deletions
|
|
@ -13,9 +13,9 @@ libLinPhone integration library for Flutter apps
|
|||
s.license = { :file => '../LICENSE' }
|
||||
s.author = { 'nuark' => 'me@nuark.xyz' }
|
||||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.source_files = 'liblinphone_flutter/Sources/liblinphone_flutter/**/*'
|
||||
s.dependency 'Flutter'
|
||||
s.ios.dependency 'linphone-sdk', '~> 5.3.4'
|
||||
s.ios.dependency 'linphone-sdk', '~> 5.5.0'
|
||||
s.platform = :ios, '13.0'
|
||||
|
||||
# Flutter.framework does not contain a i386 slice.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue