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.13 /Instabug.podspec'
33
+ pod 'Instabug' , :podspec => 'https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.17 /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.13 )
3
+ - Instabug (15.1.17 )
4
4
- instabug_flutter (14.3.0):
5
5
- Flutter
6
- - Instabug (= 15.1.13 )
6
+ - Instabug (= 15.1.17 )
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.13 /Instabug.podspec`)
11
+ - Instabug (from `https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.17 /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.13 /Instabug.podspec
23
+ :podspec: https://ios-releases.instabug.com/custom/faeture-screen_rendering-release/15.1.17 /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: 697dc090bbdb9b99a9a91758558f8a2014ee5725
30
- instabug_flutter: 1093324eaca70f9d310a4bc7f1f3537c746c1d6c
29
+ Instabug: 316559a02c9b752a3854a6453c2fa414d36252f3
30
+ instabug_flutter: 7ae7f3d1c47b9a699e76a7358b6a3e818a253ac3
31
31
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
32
32
33
- PODFILE CHECKSUM: 509cc3728286920762d8cbecfac090a3af93635d
33
+ PODFILE CHECKSUM: 8f3e14dab36cc02b0a8767c3086e109fadaa55f3
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.13 '
20
+ s . dependency 'Instabug' , '15.1.17 '
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments