weibo_kit 1.0.1

This commit is contained in:
v7lin 2020-07-01 21:55:43 +08:00
parent 03877e9a6d
commit 7aa9216368
5 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
group 'io.github.v7lin.weibo_kit' group 'io.github.v7lin.weibo_kit'
version '1.0.0' version '1.0.1'
buildscript { buildscript {
repositories { repositories {

View File

@ -6,10 +6,10 @@ PODS:
- Flutter - Flutter
- path_provider_macos (0.0.1): - path_provider_macos (0.0.1):
- Flutter - Flutter
- weibo_kit (1.0.0): - weibo_kit (1.0.1):
- Flutter - Flutter
- weibo_kit/vendor (= 1.0.0) - weibo_kit/vendor (= 1.0.1)
- weibo_kit/vendor (1.0.0): - weibo_kit/vendor (1.0.1):
- Flutter - Flutter
- Weibo_SDK (~> 3.2.7) - Weibo_SDK (~> 3.2.7)
- Weibo_SDK (3.2.7) - Weibo_SDK (3.2.7)
@ -42,7 +42,7 @@ SPEC CHECKSUMS:
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4 path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0 path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0
weibo_kit: b3178a26e9ea391bf9fec5c6ef1ee3f5d38735ad weibo_kit: 70328c34abff8f1407ea6268567adecd694fae37
Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089 Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089
PODFILE CHECKSUM: f32fb4e7c14f8b3ca19a369d7be425dd9241af27 PODFILE CHECKSUM: f32fb4e7c14f8b3ca19a369d7be425dd9241af27

View File

@ -274,7 +274,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.0" version: "1.0.1"
xdg_directories: xdg_directories:
dependency: transitive dependency: transitive
description: description:

View File

@ -4,10 +4,10 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'weibo_kit' s.name = 'weibo_kit'
s.version = '1.0.0' s.version = '1.0.1'
s.summary = 'A powerful weibo plugin for Flutter.' s.summary = 'A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Weibo SDKs.'
s.description = <<-DESC s.description = <<-DESC
A powerful weibo plugin for Flutter. A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Weibo SDKs.
DESC DESC
s.homepage = 'http://example.com' s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }

View File

@ -1,6 +1,6 @@
name: weibo_kit name: weibo_kit
description: A powerful weibo plugin for Flutter. description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Weibo SDKs.
version: 1.0.0 version: 1.0.1
# author: v7lin <v7lin@qq.com> # author: v7lin <v7lin@qq.com>
homepage: https://github.com/v7lin/fake_weibo homepage: https://github.com/v7lin/fake_weibo