Skip to content

Commit

Permalink
Updated pods, fixed test (#6)
Browse files Browse the repository at this point in the history
0.1.2 Updated Pods, Fixed test
  • Loading branch information
leandromperez committed Nov 28, 2018
1 parent f71dae0 commit e42feb1
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 79 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile
Expand Up @@ -8,8 +8,8 @@ target 'SpecLeaks_Example' do
inherit! :search_paths
pod 'SpecLeaks', :path => '../'
pod 'RxSwift'
pod 'Quick', '~> 1.2.0'
pod 'Nimble', '~> 7.0.2'
pod 'Quick'
pod 'Nimble'
pod 'RxCocoa'
end
end
30 changes: 17 additions & 13 deletions Example/Podfile.lock
@@ -1,16 +1,18 @@
PODS:
- Nimble (7.0.3)
- Quick (1.2.0)
- RxCocoa (4.1.2):
- Nimble (7.3.1)
- Quick (1.3.2)
- RxAtomic (4.4.0)
- RxCocoa (4.4.0):
- RxSwift (~> 4.0)
- RxSwift (4.1.2)
- SpecLeaks (0.1.0):
- RxSwift (4.4.0):
- RxAtomic (~> 4.4)
- SpecLeaks (0.1.2):
- Nimble
- Quick

DEPENDENCIES:
- Nimble (~> 7.0.2)
- Quick (~> 1.2.0)
- Nimble
- Quick
- RxCocoa
- RxSwift
- SpecLeaks (from `../`)
Expand All @@ -19,6 +21,7 @@ SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Nimble
- Quick
- RxAtomic
- RxCocoa
- RxSwift

Expand All @@ -27,12 +30,13 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a
RxSwift: e49536837d9901277638493ea537394d4b55f570
SpecLeaks: 328ff98176210e301f6d49e5340b4c8ad2d9055e
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
SpecLeaks: d63df3d217e0bcc8bcc17fa615339f04f5f2cb95

PODFILE CHECKSUM: f9e14b295d106a6fc7b7596fec23693681fd2b75
PODFILE CHECKSUM: c8d9503777022da81ee19ce643651c1b5128ba67

COCOAPODS: 1.5.3

0 comments on commit e42feb1

Please sign in to comment.