cocoapods-xzdevelop 1.0.0 → 1.0.1
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: 90994fda77914902c42cb44e9dc665257f23a9443fe49ca2a9a1c218eec3ba34
|
|
4
|
+
data.tar.gz: 7cc02aa59869ec0e72dcd31a8628e3efcfdb4b61dd271e109e84e064a20035d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 502553380d6d3fad58c1918bc45b0a70d24a5833ed7743044adf06bbcee850398c0e6afaae49ee2a83f2e69fac3f45c80a258b154dc363be84905c92f2ac8022
|
|
7
|
+
data.tar.gz: 5de4af864ba65f2335df055b667d8b8ca4c24ac0e44b45baf3eea0604b51f0bfcdf0308f7ad27e8e4f8c335101ac9782f07215e6bfec5ca1e9bfffe39ab15947
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
module Pod
|
|
2
2
|
module ExternalSources
|
|
3
|
+
|
|
4
|
+
def self.from_params(params, dependency, podfile_path, can_cache)
|
|
5
|
+
name = dependency.root_name
|
|
6
|
+
if klass = concrete_class_from_params(params,podfile_path,name)
|
|
7
|
+
klass.new(name, params, podfile_path, can_cache)
|
|
8
|
+
else
|
|
9
|
+
msg = "Unknown external source parameters for `#{name}`: `#{params}`"
|
|
10
|
+
raise Informative, msg
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
|
|
3
14
|
def self.concrete_class_from_params(params,podfile_path,podname)
|
|
4
15
|
puts "concrete_class_from_params xzdevelop plugin--> #{params}"
|
|
5
16
|
if podfile_path
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-xzdevelop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- liushuhua
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|