Skip to content

Commit

Permalink
Tweak cocoapods spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 16, 2021
1 parent 8af8319 commit bbac59c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/wechat_kit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Pod::Spec.new do |s|
s.name = 'wechat_kit'
s.version = '3.0.0'
s.summary = 'A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs.'
s.summary = 'WeChat SDKs as Flutter plugin.'
s.description = <<-DESC
A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs.
A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS WeChat SDKs.
DESC
s.homepage = 'http://example.com'
s.homepage = 'https://github.com/RxReader/wechat_kit'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
s.author = { 'RxReader' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
Expand Down

0 comments on commit bbac59c

Please sign in to comment.