Skip to content

Commit

Permalink
adjust dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyue1993 committed Dec 1, 2017
1 parent e00b481 commit a4ec92e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Example/Podfile
Expand Up @@ -2,10 +2,9 @@ use_frameworks!

target 'IceCream_Example' do
pod 'IceCream', :path => '../'
pod 'RxRealm'

target 'IceCream_Tests' do
inherit! :search_paths


end
end
8 changes: 4 additions & 4 deletions 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)
Expand All @@ -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
3 changes: 1 addition & 2 deletions IceCream.podspec
Expand Up @@ -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

0 comments on commit a4ec92e

Please sign in to comment.