8000 Update {ios,macos}/flutter_webrtc.podspec. · rborgese/flutter-webrtc@fc725d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc725d5

Browse files
committed
Update {ios,macos}/flutter_webrtc.podspec.
1 parent 374ca88 commit fc725d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ios/flutter_webrtc.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.2.0'
7-
s.summary = 'Flutter WebRTC plugin for iOS/Android.'
6+
s.version = '0.2.2'
7+
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
1010
DESC
11-
s.homepage = 'http://www.cloudwebrtc.com'
11+
s.homepage = 'https://github.com/cloudwebrtc/flutter-webrtc'
1212
s.license = { :file => '../LICENSE' }
13-
s.author = { 'Your Company' => 'email@example.com' }
13+
s.author = {{ 'CloudWebRTC' => 'duanweiwei1982@gmail.com' }
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'

macos/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.2.0'
6+
s.version = '0.2.2'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
1010
DESC
11-
s.homepage = 'https://github.com/flutter-webrtc'
11+
s.homepage = 'https://github.com/cloudwebrtc/flutter-webrtc'
1212
s.license = { :file => '../LICENSE' }
1313< 4187 /td>
s.author = { 'CloudWebRTC' => 'duanweiwei1982@gmail.com' }
1414
s.source = { :path => '.' }

0 commit comments

Comments
 (0)
0