Skip to content

Commit 707552f

Browse files
author
sparmar
committed
Pod file update
1 parent 33a8eff commit 707552f

2 files changed

Lines changed: 39 additions & 23 deletions

File tree

Example/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ target 'iStatusView_Example' do
88
target 'iStatusView_Tests' do
99
inherit! :search_paths
1010

11-
pod 'Quick', '~> 1.2.0'
12-
pod 'Nimble', '~> 7.0.2'
11+
pod 'Quick', '~> 3.0'
12+
pod 'Nimble', '~> 8.0'
1313
pod 'FBSnapshotTestCase' , '~> 2.1.4'
14-
pod 'Nimble-Snapshots' , '~> 6.3.0'
14+
pod 'Nimble-Snapshots' , '~> 8.2'
1515
end
1616
end

Example/Podfile.lock

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,55 @@ PODS:
44
- FBSnapshotTestCase/Core (2.1.4)
55
- FBSnapshotTestCase/SwiftSupport (2.1.4):
66
- FBSnapshotTestCase/Core
7-
- iStatusView (0.1.0)
8-
- Nimble (7.0.3)
9-
- Nimble-Snapshots (6.3.0):
10-
- Nimble-Snapshots/Core (= 6.3.0)
11-
- Nimble-Snapshots/Core (6.3.0):
12-
- FBSnapshotTestCase (~> 2.0)
13-
- Nimble (~> 7.0)
14-
- Quick (1.2.0)
15-
- SnapKit (4.0.0)
7+
- iOSSnapshotTestCase (6.2.0):
8+
- iOSSnapshotTestCase/SwiftSupport (= 6.2.0)
9+
- iOSSnapshotTestCase/Core (6.2.0)
10+
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
11+
- iOSSnapshotTestCase/Core
12+
- iStatusView (0.4.0)
13+
- Nimble (8.1.1)
14+
- Nimble-Snapshots (8.2.1):
15+
- Nimble-Snapshots/Core (= 8.2.1)
16+
- Nimble-Snapshots/Core (8.2.1):
17+
- iOSSnapshotTestCase (~> 6.0)
18+
- Nimble (~> 8.0)
19+
- Quick (3.0.0)
20+
- SnapKit (5.0.1)
1621
- SVProgressHUD (2.2.5)
1722

1823
DEPENDENCIES:
1924
- FBSnapshotTestCase (~> 2.1.4)
2025
- iStatusView (from `../`)
21-
- Nimble (~> 7.0.2)
22-
- Nimble-Snapshots (~> 6.3.0)
23-
- Quick (~> 1.2.0)
26+
- Nimble (~> 8.0)
27+
- Nimble-Snapshots (~> 8.2)
28+
- Quick (~> 3.0)
2429
- SnapKit
2530
- SVProgressHUD
2631

32+
SPEC REPOS:
33+
trunk:
34+
- FBSnapshotTestCase
35+
- iOSSnapshotTestCase
36+
- Nimble
37+
- Nimble-Snapshots
38+
- Quick
39+
- SnapKit
40+
- SVProgressHUD
41+
2742
EXTERNAL SOURCES:
2843
iStatusView:
29-
:path: ../
44+
:path: "../"
3045

3146
SPEC CHECKSUMS:
3247
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
33-
iStatusView: d1f42102af994e95695d0898eede58464aa1f1b5
34-
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
35-
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
36-
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
37-
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
48+
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
49+
iStatusView: 6814dde50423d68fb1755408c9616c5f0229e758
50+
Nimble: 5f8a2fb6fa343a7242dfdd9d42f7267419d464b2
51+
Nimble-Snapshots: 3a4750d83752625c8ebfdc588da105303ee2201e
52+
Quick: 6d9559f40647bc4d510103842ef2fdd882d753e2
53+
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
3854
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
3955

40-
PODFILE CHECKSUM: 8bd0d7f41a3de3822c59388a6836b9ce9afa4d73
56+
PODFILE CHECKSUM: eeb5fc88f8168260d028ee9d3aeee0199038d0b0
4157

42-
COCOAPODS: 1.4.0
58+
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)