Skip to content

Commit

Permalink
Podfile: Update for Swift compatibility and update Realm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed May 24, 2022
1 parent 43873ce commit c7b873a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Uncomment this line to define a global platform for your project

# Expose Objective-C frameworks to Swift
# Build and link dependencies as static frameworks
use_frameworks! :linkage => :static

abstract_target 'MatrixSDK' do

pod 'AFNetworking', '~> 4.0.0'
Expand All @@ -10,7 +14,7 @@ abstract_target 'MatrixSDK' do
pod 'OLMKit', '~> 3.2.5', :inhibit_warnings => true
#pod 'OLMKit', :path => '../olm/OLMKit.podspec'

pod 'Realm', '10.16.0'
pod 'Realm', '10.26.0'
pod 'libbase58', '~> 0.1.4'

target 'MatrixSDK-iOS' do
Expand Down

0 comments on commit c7b873a

Please sign in to comment.