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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 973beda19f64ad72edecad19f4d8c129b85cdf2eea5984de6b734ee9a7f03515
|
|
4
|
+
data.tar.gz: 0cc4dc58eeb70ca5121a15c0496ac02ce9b57644b81f2076f02aa5882dbef295
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 040a37f3160951cabd8dde1771954442bea6fe21a388cee71f89e323aa12d45186a1984b1f3a5901bf15d7777b0549e1843758e9fe0590d238beb0d0a7a8d7ea
|
|
7
|
+
data.tar.gz: 1019167fdd6bf2b76158eb7834943002ba53e91f9349e937059f35ec96ede0c7a7ae92ec44188c2ab070511ff7b0e5996cd5bcc8e0e7b97c8a394f995182e85a
|
|
@@ -65,23 +65,23 @@ module Pod
|
|
|
65
65
|
end
|
|
66
66
|
|
|
67
67
|
#集成
|
|
68
|
-
|
|
68
|
+
install_all_lzflutter_pods(flutter_binary_path)
|
|
69
69
|
end
|
|
70
70
|
|
|
71
71
|
#安装
|
|
72
|
-
def
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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:
|
|
41
|
+
description: lz binary flutter zip integrated.
|
|
42
42
|
email:
|
|
43
43
|
- shanhaoqiang@lizhi.fm
|
|
44
44
|
executables: []
|