File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Instabug (13.4.1 )
3
+ - Instabug (13.4.2 )
4
4
- instabug_flutter (13.4.0):
5
5
- Flutter
6
- - Instabug (= 13.4.1 )
6
+ - Instabug (= 13.4.2 )
7
7
- OCMock (3.6)
8
8
9
9
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
24
24
25
25
SPEC CHECKSUMS:
26
26
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27
- Instabug: 896a318fb64b282832e0eda6fce489dac74b5d48
28
- instabug_flutter: b9f4503c3788c7346649bfe3396d6ca6e9711e96
27
+ Instabug: 7a71890217b97b1e32dbca96661845396b66da2f
28
+ instabug_flutter: a2df87e3d4d9e410785e0b1ffef4bc64d1f4b787
29
29
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
30
30
31
31
PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
17
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
18
18
19
19
s . dependency 'Flutter'
20
- s . dependency 'Instabug' , '13.4.1 '
20
+ s . dependency 'Instabug' , '13.4.2 '
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments