cocoapods-binary-flutter 0.0.1 → 0.0.2

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: 4d8bc5c68fa8dddbf61ef4438770a4d91449a20f6f50150e9ef2abac6edf57be
4
- data.tar.gz: 01c2a0926d3c8ebb13140cb2377aecd268d06869ec572de79ba2ba3ced98337a
3
+ metadata.gz: 973beda19f64ad72edecad19f4d8c129b85cdf2eea5984de6b734ee9a7f03515
4
+ data.tar.gz: 0cc4dc58eeb70ca5121a15c0496ac02ce9b57644b81f2076f02aa5882dbef295
5
5
  SHA512:
6
- metadata.gz: b94a5fad935e08c71554ea6ee06addc355bb8f1d83202716a9312aa254989b0b623e536eb435929d188d40a7be2c55e21556e8073a7956937ed3a320e94ae3f1
7
- data.tar.gz: bbde73b9ecc1e9776ca7b194c83c01565c691825b54443f2b30fb6611b82c0d1c77339af969f95d685a0c77c3010798860f0cb8ff88de3b83b4909b5c48d702d
6
+ metadata.gz: 040a37f3160951cabd8dde1771954442bea6fe21a388cee71f89e323aa12d45186a1984b1f3a5901bf15d7777b0549e1843758e9fe0590d238beb0d0a7a8d7ea
7
+ data.tar.gz: 1019167fdd6bf2b76158eb7834943002ba53e91f9349e937059f35ec96ede0c7a7ae92ec44188c2ab070511ff7b0e5996cd5bcc8e0e7b97c8a394f995182e85a
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinaryFlutter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -65,23 +65,23 @@ module Pod
65
65
  end
66
66
 
67
67
  #集成
68
- install_all_flutter_pods(flutter_binary_path)
68
+ install_all_lzflutter_pods(flutter_binary_path)
69
69
  end
70
70
 
71
71
  #安装
72
- def install_all_flutter_pods(flutter_binary_path)
73
- install_flutter_engine_pod(flutter_binary_path)
74
- install_flutter_plugin_pods(flutter_binary_path)
75
- install_flutter_application_pod(flutter_binary_path)
72
+ def install_all_lzflutter_pods(flutter_binary_path)
73
+ install_lzflutter_engine_pod(flutter_binary_path)
74
+ install_lzflutter_plugin_pods(flutter_binary_path)
75
+ install_lzflutter_application_pod(flutter_binary_path)
76
76
  end
77
77
 
78
78
  # 安装flutter引擎
79
- def install_flutter_engine_pod(flutter_binary_path)
79
+ def install_lzflutter_engine_pod(flutter_binary_path)
80
80
  pod 'Flutter', :podspec => File.join(flutter_binary_path, 'flutter', 'Flutter.podspec'), :inhibit_warnings => true
81
81
  end
82
82
 
83
83
  # Install Flutter plugin pods.
84
- def install_flutter_plugin_pods(flutter_binary_path)
84
+ def install_lzflutter_plugin_pods(flutter_binary_path)
85
85
  # Keep pod path relative so it can be checked into Podfile.lock.
86
86
  # Process will be run from project directory.
87
87
 
@@ -100,7 +100,7 @@ module Pod
100
100
  end
101
101
 
102
102
  # Install Flutter application pod.
103
- def install_flutter_application_pod(flutter_binary_path)
103
+ def install_lzflutter_application_pod(flutter_binary_path)
104
104
  pod 'App', :path => File.join(flutter_binary_path, 'flutter'), :inhibit_warnings => true
105
105
  end
106
106
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - 单浩强
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: A short description of cocoapods-binary-flutter.
41
+ description: lz binary flutter zip integrated.
42
42
  email:
43
43
  - shanhaoqiang@lizhi.fm
44
44
  executables: []