File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Version 1.0.0-beta.5 (2019-07-22)
2
2
3
3
* Adds Network logging feature for the dart: io package HttpClient.
4
+ * Fixes a linker issue on iOS when using Swift and CocoaPods.
5
+ * Bumps native iOS and Android dependencies to version 8.5.
4
6
5
7
## Version 1.0.0-beta.4 (2019-06-25)
6
8
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'instabug'
6
+ s . module_name = 'instabug_flutter'
6
7
s . version = '0.0.1'
7
8
s . summary = 'A new flutter plugin project.'
8
9
s . description = <<-DESC
@@ -15,8 +16,9 @@ A new flutter plugin project.
15
16
s . source_files = 'Classes/**/*'
16
17
s . public_header_files = 'Classes/**/*.h'
17
18
s . dependency 'Flutter'
18
- s . dependency 'Instabug' , '8.4 '
19
+ s . dependency 'Instabug' , '8.5.2 '
19
20
20
21
s . ios . deployment_target = '10.0'
22
+ s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
21
23
end
22
24
Original file line number Diff line number Diff line change 1
1
name : instabug
2
- version : 1.0.0-beta.4
2
+ version : 1.0.0-beta.5
3
3
description : >-
4
4
Instabug is an in-app feedback and bug reporting tool for mobile apps.
5
5
With just a simple shake, your users or beta testers can report bugs or
You can’t perform that action at this time.
0 commit comments