File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11## Version 1.0.0-beta.5 (2019-07-22)
22
33* 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.
46
57## Version 1.0.0-beta.4 (2019-06-25)
68
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'instabug'
6+ s . module_name = 'instabug_flutter'
67 s . version = '0.0.1'
78 s . summary = 'A new flutter plugin project.'
89 s . description = <<-DESC
@@ -15,8 +16,9 @@ A new flutter plugin project.
1516 s . source_files = 'Classes/**/*'
1617 s . public_header_files = 'Classes/**/*.h'
1718 s . dependency 'Flutter'
18- s . dependency 'Instabug' , '8.4 '
19+ s . dependency 'Instabug' , '8.5.2 '
1920
2021 s . ios . deployment_target = '10.0'
22+ s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
2123end
2224
Original file line number Diff line number Diff line change 11name : instabug
2- version : 1.0.0-beta.4
2+ version : 1.0.0-beta.5
33description : >-
44 Instabug is an in-app feedback and bug reporting tool for mobile apps.
55 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