Skip to content

Commit d06f36a

Browse files
committed
docs(mac): adjust podspec
1 parent b40964e commit d06f36a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.idea
55
.packages
66
.pub/
7-
pubspec.lock
7+
*.lock
88

99
build/
1010

macos/mic_stream.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#
55
Pod::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'

0 commit comments

Comments
 (0)