cocoapods-tdf-flutter 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 453f8b3bfd97cf118373d9773aff09319aad5ff28d0c798f4cb61c6f142e151b
4
- data.tar.gz: 011a82affe5578d9400d6dfb2fc7a788868bccb7931292a932db4bbf5b305259
3
+ metadata.gz: 5e901aed0a1d21dbc25af439a62a09a95ede61dea89f177ced5255f3c06e7f45
4
+ data.tar.gz: e9864e63dbba1b7ded9229ed0f830717601291364072262719b383364b812af5
5
5
  SHA512:
6
- metadata.gz: 9358e71d022d964671566891df270c4ee13ee46812e4cbc04ec0f8cfdcc2458f8c4a108a63375560fec01e756a0c3dc6a6485b7eb56c096db17c2233ea674b04
7
- data.tar.gz: 676d2534630d091962250b7782783247434b4ea831333f1ede5381ff829c41a96ca083af69529e086ace5a57f3d2c9d9fd59e673235b31494765bd2a76fbd167
6
+ metadata.gz: 0433ffd0efb8706cf1328fffcf51e24b4c84fa2fd793765f5512522a9e8a545339f6f36d556efb6ad182cb3cbc453a410290b311d76e90462848e0ce1cebe950
7
+ data.tar.gz: 8b9054d406f16c16f1ff10ddbed575e55f798ee507baf7873cbac72c9edd87bc271d2ebeefe359910cc0af0f75ccfba06b55d6ec1e85fab2a4a67c493a4ce511
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = CocoapodsTdfFlutter::VERSION
9
9
  spec.authors = ['gaijiaofan']
10
10
  spec.email = ['gaijiaofan@2dfire.com']
11
- spec.description = %q{A short description of cocoapods-tdf-flutter.}
12
- spec.summary = %q{A longer description of cocoapods-tdf-flutter.}
11
+ spec.description = %q{协助集成 flutter cocoapods 插件.}
12
+ spec.summary = %q{协助集成 flutter cocoapods 插件, pod_flutter '组件名', '版本号', :flutterPath => "flutter 源码路径", :isLocal => 是否加载本地源码.}
13
13
  spec.homepage = 'https://github.com/EXAMPLE/cocoapods-tdf-flutter'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfFlutter
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdf-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: A short description of cocoapods-tdf-flutter.
41
+ description: 协助集成 flutter cocoapods 插件.
42
42
  email:
43
43
  - gaijiaofan@2dfire.com
44
44
  executables: []
@@ -78,10 +78,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.1.4
81
+ rubygems_version: 3.2.11
82
82
  signing_key:
83
83
  specification_version: 4
84
- summary: A longer description of cocoapods-tdf-flutter.
84
+ summary: 协助集成 flutter cocoapods 插件, pod_flutter '组件名', '版本号', :flutterPath => "flutter
85
+ 源码路径", :isLocal => 是否加载本地源码.
85
86
  test_files:
86
87
  - spec/command/flutter_spec.rb
87
88
  - spec/spec_helper.rb