Skip to content

Commit bbac59c

Browse files
committed
Tweak cocoapods spec
1 parent 8af8319 commit bbac59c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ios/wechat_kit.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Pod::Spec.new do |s|
66
s.name = 'wechat_kit'
77
s.version = '3.0.0'
8-
s.summary = 'A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs.'
8+
s.summary = 'WeChat SDKs as Flutter plugin.'
99
s.description = <<-DESC
10-
A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs.
10+
A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS WeChat SDKs.
1111
DESC
12-
s.homepage = 'http://example.com'
12+
s.homepage = 'https://github.com/RxReader/wechat_kit'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => 'email@example.com' }
14+
s.author = { 'RxReader' => 'email@example.com' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.public_header_files = 'Classes/**/*.h'

0 commit comments

Comments
 (0)