File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ target 'Runner' do
30
30
31
31
use_frameworks!
32
32
use_modular_headers!
33
- pod 'Instabug' , :podspec => 'https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.19 /Instabug.podspec'
33
+ pod 'Instabug' , :podspec => 'https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.23 /Instabug.podspec'
34
34
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
35
35
end
36
36
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Instabug (15.1.19 )
3
+ - Instabug (15.1.23 )
4
4
- instabug_flutter (14.3.0):
5
5
- Flutter
6
- - Instabug (= 15.1.19 )
6
+ - Instabug (= 15.1.23 )
7
7
- OCMock (3.6)
8
8
9
9
DEPENDENCIES:
10
10
- Flutter (from `Flutter`)
11
- - Instabug (from `https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.19 /Instabug.podspec`)
11
+ - Instabug (from `https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.23 /Instabug.podspec`)
12
12
- instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`)
13
13
- OCMock (= 3.6)
14
14
@@ -20,16 +20,16 @@ EXTERNAL SOURCES:
20
20
Flutter:
21
21
:path: Flutter
22
22
Instabug:
23
- :podspec: https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.19 /Instabug.podspec
23
+ :podspec: https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.23 /Instabug.podspec
24
24
instabug_flutter:
25
25
:path: ".symlinks/plugins/instabug_flutter/ios"
26
26
27
27
SPEC CHECKSUMS:
28
28
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29
- Instabug: 74377abfdaa9f9f3dff7793353e150e91d2186f7
30
- instabug_flutter: aa9b2365fe41d8a49f9258ab350864bfb5bdce9e
29
+ Instabug: b4659339dc6f67693cf9bd1224abc66831b8722f
30
+ instabug_flutter: eeb2e13eefca00e94de1f9156df4889f5481506a
31
31
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
32
32
33
- PODFILE CHECKSUM: d61a5c8efcff86500b76349ccad5201d7756fdea
33
+ PODFILE CHECKSUM: 6d8ca5577997736d9cc2249886c9f6d10238385d
34
34
35
35
COCOAPODS: 1.15.2
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 "InstabugSDK"' }
18
18
19
19
s . dependency 'Flutter'
20
- s . dependency 'Instabug' , '15.1.19 '
20
+ s . dependency 'Instabug' , '15.1.23 '
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments