diff --git a/Example/Podfile b/Example/Podfile index 3ee8d158..95237675 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -2,10 +2,9 @@ use_frameworks! target 'IceCream_Example' do pod 'IceCream', :path => '../' + pod 'RxRealm' target 'IceCream_Tests' do inherit! :search_paths - - end end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 17d9e621..0086e834 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,7 +1,6 @@ PODS: - - IceCream (0.1.1): + - IceCream (0.2.0): - RealmSwift - - RxRealm - Realm (3.0.2): - Realm/Headers (= 3.0.2) - Realm/Headers (3.0.2) @@ -14,18 +13,19 @@ PODS: DEPENDENCIES: - IceCream (from `../`) + - RxRealm EXTERNAL SOURCES: IceCream: :path: ../ SPEC CHECKSUMS: - IceCream: f8f432793a9da4032067f8318b907c267a7e5bee + IceCream: df7574584c0a2a9648aa2a4ed4fd5426313ea519 Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180 RealmSwift: 695393add1b8f9d5fa75dd16e6355cf3935f71e2 RxRealm: 9e203070a6adadd8f2592b58bbc9c8cc40aa35ec RxSwift: fd680d75283beb5e2559486f3c0ff852f0d35334 -PODFILE CHECKSUM: 71364b21600d158fb733260a734a93e51bab96df +PODFILE CHECKSUM: bfc37871fa737dbc03dd67caf3684cc6347c3e93 COCOAPODS: 1.3.1 diff --git a/IceCream.podspec b/IceCream.podspec index 224aca75..943ea64a 100644 --- a/IceCream.podspec +++ b/IceCream.podspec @@ -22,6 +22,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '10.0' s.source_files = 'IceCream/Classes/**/*' - s.dependency 'RealmSwift', ~> 3.0.2 - s.dependency 'RxRealm' + s.dependency 'RealmSwift' end