File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let package = Package(
20
20
) ,
21
21
] ,
22
22
dependencies: [
23
- . package ( url: " https://github.com/square/Blueprint " , from: " 4 .0.0" ) ,
23
+ . package ( url: " https://github.com/square/Blueprint " , from: " 5 .0.0" ) ,
24
24
] ,
25
25
targets: [
26
26
. target(
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - BlueprintUI (4 .0.0)
3
- - BlueprintUICommonControls (4 .0.0):
4
- - BlueprintUI (= 4 .0.0)
2
+ - BlueprintUI (5 .0.0)
3
+ - BlueprintUICommonControls (5 .0.0):
4
+ - BlueprintUI (= 5 .0.0)
5
5
- BlueprintUILists (14.4.0):
6
- - BlueprintUI (~> 4 .0)
6
+ - BlueprintUI (~> 5 .0)
7
7
- ListableUI
8
8
- BlueprintUILists/Tests (14.4.0):
9
- - BlueprintUI (~> 4 .0)
10
- - BlueprintUICommonControls (~> 4 .0)
9
+ - BlueprintUI (~> 5 .0)
10
+ - BlueprintUICommonControls (~> 5 .0)
11
11
- ListableUI
12
12
- EnglishDictionary (1.0.0.LOCAL)
13
13
- ListableUI (14.4.0)
@@ -44,9 +44,9 @@ EXTERNAL SOURCES:
44
44
:path: Internal Pods/Snapshot/Snapshot.podspec
45
45
46
46
SPEC CHECKSUMS:
47
- BlueprintUI: 1818f187a6be6c69266a4e30f03a6ad7755530e9
48
- BlueprintUICommonControls: 6ceffc16822dea3d1910029aa87eed7a386e4e3b
49
- BlueprintUILists: 799f21a75c76968f84ab768dcba0950ff53e23f8
47
+ BlueprintUI: 0e2d2944bca6c0d6d96df711a43bce01154bb7ef
48
+ BlueprintUICommonControls: 8f400ee3ecf2bc58bd21cce29caba9f7c83d22b8
49
+ BlueprintUILists: 56f7bf248a832e3807be43e3215b2a8e3387c953
50
50
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
51
51
ListableUI: 04974e3cc04a2df7f93242b489431ea86e69329b
52
52
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- BLUEPRINT_VERSION ||= [ '~> 4 .0' ] . freeze
3
+ BLUEPRINT_VERSION ||= [ '~> 5 .0' ] . freeze
4
4
5
5
LISTABLE_VERSION ||= '14.4.0'
6
6
You can’t perform that action at this time.
0 commit comments