Skip to content

Commit

Permalink
Support Realm 10 and bumped version to 4.0.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Sibilio authored Dec 1, 2020
1 parent 4dcae40 commit 1b49bc0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks!
def common
pod 'RxSwift', '~> 5.0'
pod 'RxCocoa', '~> 5.0'
pod 'RealmSwift', '~> 5.0'
pod 'RealmSwift', '~> 10.1'
end

target 'RxRealm_Example' do
Expand Down
42 changes: 21 additions & 21 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- Realm (5.0.0):
- Realm/Headers (= 5.0.0)
- Realm/Headers (5.0.0)
- RealmSwift (5.0.0):
- Realm (= 5.0.0)
- RxBlocking (5.0.1):
- Realm (10.1.4):
- Realm/Headers (= 10.1.4)
- Realm/Headers (10.1.4)
- RealmSwift (10.1.4):
- Realm (= 10.1.4)
- RxBlocking (5.1.1):
- RxSwift (~> 5)
- RxCocoa (5.0.1):
- RxCocoa (5.1.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxRealm (2.0.0):
- RealmSwift (~> 5.0)
- RxRealm (4.0.0):
- RealmSwift (~> 10.1)
- RxSwift (~> 5.0)
- RxRelay (5.0.1):
- RxRelay (5.1.1):
- RxSwift (~> 5)
- RxSwift (5.0.1)
- RxSwift (5.1.1)

DEPENDENCIES:
- RealmSwift (~> 5.0)
- RealmSwift (~> 10.1)
- RxBlocking (~> 5.0)
- RxCocoa (~> 5.0)
- RxRealm (from `../`)
Expand All @@ -37,14 +37,14 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Realm: 76066d333de26f97e9caedaa85ee3ff4a62ca265
RealmSwift: c1bdff09b422569dc6881410d9ccf712bcdb79b0
RxBlocking: c5e090f42d046df8b0e7752742510f349963710f
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
RxRealm: e3dedde1087480209362d91fe51d4ca5b24a8eed
RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
Realm: 80f4fb2971ccb9adc27a47d0955ae8e533a7030b
RealmSwift: 0e566ca714edb377bba8ea0811eafcea0b93734e
RxBlocking: 5f700a78cad61ce253ebd37c9a39b5ccc76477b4
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
RxRealm: 684c1d5e9dc7a075fa925894fc042f1aecc18ac7
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178

PODFILE CHECKSUM: a78ac0903554ff2c7c096d6027ef4c90f9202ec7
PODFILE CHECKSUM: cd9efaee00d2f05f1b0957e78a2c731a2fe5a2d1

COCOAPODS: 1.9.1
COCOAPODS: 1.10.0
4 changes: 2 additions & 2 deletions RxRealm.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "RxRealm"
s.version = "3.1.0"
s.version = "4.0.0"
s.summary = "An Rx wrapper of Realm's notifications and write bindings"
s.swift_version = "5.0"

Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.source_files = 'Pod/Classes/*.swift'

s.frameworks = 'Foundation'
s.dependency 'RealmSwift', '~> 5.2'
s.dependency 'RealmSwift', '~> 10.1'
s.dependency 'RxSwift', '~> 5.0'

end

0 comments on commit 1b49bc0

Please sign in to comment.