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 (10.8.0 )
3
+ - Instabug (10.8.1 )
4
4
- instabug_flutter (0.0.1):
5
5
- Flutter
6
- - Instabug (= 10.8.0 )
6
+ - Instabug (= 10.8.1 )
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: 434fef37c0980e73bb6479ef766c45957d4b510c
27
- Instabug: e40852b1ed4a080e32442b189808ddefcd07701d
28
- instabug_flutter: c4d9d3a2e60e766ab9837055e8c1011f51eb4200
27
+ Instabug: 5f79efa78dddb8dcbf105d9ca3bd2cfab4079fe3
28
+ instabug_flutter: ce6f7e43005678ceb3c9685f61e8d760ee784def
29
29
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
30
30
31
31
PODFILE CHECKSUM: 082ec096394aa5e2e9254f7b7845847607911bda
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A new flutter plugin project.
15
15
s . source_files = 'Classes/**/*'
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
- s . dependency 'Instabug' , '10.8.0 '
18
+ s . dependency 'Instabug' , '10.8.1 '
19
19
20
20
s . ios . deployment_target = '10.0'
21
21
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
You can’t perform that action at this time.
0 commit comments