Skip to content

Commit

Permalink
Update Nimble to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Jun 14, 2019
1 parent 858b15a commit 800c91c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workspace "QuickTableViewController"
project "QuickTableViewController"

def testing_frameworks
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v8.0.1", inhibit_warnings: true
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v8.0.2", inhibit_warnings: true
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v2.1.0", inhibit_warnings: true
end

Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- Nimble (8.0.1)
- Nimble (8.0.2)
- Quick (2.1.0)
- SwiftLint (0.32.0)

DEPENDENCIES:
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v8.0.1`)
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v8.0.2`)
- Quick (from `https://github.com/Quick/Quick.git`, tag `v2.1.0`)
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.32.0/SwiftLint.podspec.json`)

EXTERNAL SOURCES:
Nimble:
:git: https://github.com/Quick/Nimble.git
:tag: v8.0.1
:tag: v8.0.2
Quick:
:git: https://github.com/Quick/Quick.git
:tag: v2.1.0
Expand All @@ -21,16 +21,16 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
Nimble:
:git: https://github.com/Quick/Nimble.git
:tag: v8.0.1
:tag: v8.0.2
Quick:
:git: https://github.com/Quick/Quick.git
:tag: v2.1.0

SPEC CHECKSUMS:
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Nimble: e26a10816834aa42b84764ce52c1c70076bda635
Quick: 23a744168f4013d04a230e6ddfa61ce006e10012
SwiftLint: 009a898ef2a1c851f45e1b59349bf6ff2ddc990d

PODFILE CHECKSUM: 33806b0d4f985ff20a8ec274be07de3512fdc670
PODFILE CHECKSUM: bab0ca3fdb9dcc1bd8a76c803fb5e73ab0926aac

COCOAPODS: 1.7.0

0 comments on commit 800c91c

Please sign in to comment.