Skip to content

Commit

Permalink
Updating Realm to 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mentrena committed Nov 10, 2020
1 parent 77c5eb7 commit c8a8779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

github "realm/realm-cocoa" ~> 10.0.0
github "realm/realm-cocoa" ~> 10.1.0
4 changes: 2 additions & 2 deletions SyncKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ end

s.subspec 'Realm' do |cs|
cs.dependency 'SyncKit/Core'
cs.dependency 'Realm', '~> 10.0.0'
cs.dependency 'Realm', '~> 10.1.0'
cs.source_files = 'SyncKit/Classes/Realm/*.swift'
end

s.subspec 'RealmSwift' do |cs|
cs.dependency 'SyncKit/Core'
cs.dependency 'RealmSwift', '~> 10.0.0'
cs.dependency 'RealmSwift', '~> 10.1.0'
cs.source_files = 'SyncKit/Classes/RealmSwift/*.swift'
end

Expand Down

0 comments on commit c8a8779

Please sign in to comment.