File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44.idea
55.packages
66.pub /
7- pubspec .lock
7+ * .lock
88
99build /
1010
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'mic_stream'
7- s . version = '0.0.1 '
8- s . summary = 'A new flutter plugin project. '
7+ s . version = '0.5.0 '
8+ s . summary = 'Provides a tool to get the microphone input as PCM Stream '
99 s . description = <<-DESC
10- A new flutter plugin project.
10+ Provides a tool to get the microphone input as PCM Stream
1111 DESC
12- s . homepage = 'http ://example .com'
12+ s . homepage = 'https ://github .com/anarchuser '
1313 s . license = { :file => '../LICENSE' }
14- s . author = { 'Your Company ' => 'email@example.com ' }
14+ s . author = { '' => '' }
1515 s . source = { :path => '.' }
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'FlutterMacOS'
You can’t perform that action at this time.
0 commit comments