Skip to content

Commit 3699633

Browse files
committed
Remove inapropriate code
1 parent d78978b commit 3699633

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- analytics_debugger (0.0.1):
2+
- analytics_debugger (1.0.0):
33
- AnalyticsDebugger
44
- Flutter
55
- AnalyticsDebugger (0.0.1)
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
2020
:path: Flutter
2121

2222
SPEC CHECKSUMS:
23-
analytics_debugger: d1bde251ea268cf5a26e35d35c135dd30b037762
23+
analytics_debugger: 511c8cb5d16a3036e63a27bc866b8e98641866b3
2424
AnalyticsDebugger: f6e4b5f4392652eaac0f3f65b0176dbe2c035cb2
2525
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
2626

Diff for: example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,5 @@ packages:
200200
source: hosted
201201
version: "2.1.4"
202202
sdks:
203-
dart: ">=2.19.0 <4.0.0"
203+
dart: ">=2.19.0 <3.0.0"
204204
flutter: ">=2.5.0"

Diff for: ios/analytics_debugger.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
DESC
1212
s.homepage = 'https://github.com/chandrabezzo/ios-analytics-debugger.git'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Solusi Bejo (https://www.solusibejo.com)' => '[email protected]' } }
14+
s.author = { 'Solusi Bejo (https://www.solusibejo.com)' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'

0 commit comments

Comments
 (0)