cocoapods-tdf-flutter 0.0.3 → 0.0.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e901aed0a1d21dbc25af439a62a09a95ede61dea89f177ced5255f3c06e7f45
4
- data.tar.gz: e9864e63dbba1b7ded9229ed0f830717601291364072262719b383364b812af5
3
+ metadata.gz: 4658aa68e4f283582f9ab5357504545287e1c241eb1e257b4d817f53f501ffd2
4
+ data.tar.gz: 11a8b3542cef872b0a27d1e635f204955074cf603e94cfbb0e82dc380191fe60
5
5
  SHA512:
6
- metadata.gz: 0433ffd0efb8706cf1328fffcf51e24b4c84fa2fd793765f5512522a9e8a545339f6f36d556efb6ad182cb3cbc453a410290b311d76e90462848e0ce1cebe950
7
- data.tar.gz: 8b9054d406f16c16f1ff10ddbed575e55f798ee507baf7873cbac72c9edd87bc271d2ebeefe359910cc0af0f75ccfba06b55d6ec1e85fab2a4a67c493a4ce511
6
+ metadata.gz: 47acf7a38511ff5c75e55cd811dc74b4a30aba9691ed3c3c1e1d1ac2f0a32bf031038f5990afd69b694c95c3699466b1cbe0f16cc5e24c050bbbd6853cfbdb0b
7
+ data.tar.gz: 92fb333fac89f71fb6b6d24f138b9aafcf9eebb451b0d0f510d9884eea75d833d7a773d5ef127e30a695bbbb5002f462ab970c6394d139d9b63025979189e7a6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # cocoapods-tdf-flutter
2
2
 
3
- A description of cocoapods-tdf-flutter.
3
+ 协助集成 flutter cocoapods 插件.
4
4
 
5
5
  ## Installation
6
6
 
@@ -8,4 +8,8 @@ A description of cocoapods-tdf-flutter.
8
8
 
9
9
  ## Usage
10
10
 
11
- $ pod spec flutter POD_NAME
11
+ $ 协助集成 flutter 的 cocoapods 插件, pod_flutter '组件名', '版本号', :flutterPath => "flutter 源码路径", :isLocal => 是否加载本地源码
12
+ 例子:
13
+ pod_flutter 'TDFFlutterModule', '= 0.2.1',
14
+ :flutterPath => '../../flutter_reset_module',
15
+ :isLocal => false
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfFlutter
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.31"
3
3
  end
@@ -21,7 +21,13 @@ module Pod
21
21
  install_all_flutter_pods(flutterPath)
22
22
  pod(name, :path => flutterPath)
23
23
  else
24
- pod(name, version)
24
+ if version != nil
25
+ pod(name, version)
26
+ else
27
+ reqHash.delete(:flutterPath)
28
+ reqHash.delete(:isLocal)
29
+ pod(name, reqHash)
30
+ end
25
31
  end
26
32
  end
27
33
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdf-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-18 00:00:00.000000000 Z
11
+ date: 2021-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler