cocoapods-tdfire-binary 1.3.17 → 1.3.18
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01ae497860497383cab9c30506a52bcf09f255d0
|
|
4
|
+
data.tar.gz: fd5a3e7cd1f728d50e4e2c286c3062c801ec170f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b3dcb7f79f1103358b875a775192f344fd529a555c0ee697fead1c2c61292e0ee6524c6b3b498a94337ca3b85ab0adaea0958946a7e2ace7feba317c1d3def4
|
|
7
|
+
data.tar.gz: d5f12c1d5ceda92d92cdffabdcc6f88b8a6be010a67171425e61cdc679ef7a5fe909e548588c13f5976afcd448d5856741415c92745babe0441617e4539690f4
|
|
@@ -55,9 +55,13 @@ module Pod
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
def private_sources(keywords = repo_url)
|
|
58
|
-
config.sources_manager.all.select do |source|
|
|
58
|
+
sources = config.sources_manager.all.select do |source|
|
|
59
59
|
source.url.downcase.include? keywords
|
|
60
60
|
end
|
|
61
|
+
|
|
62
|
+
raise Pod::Informative, "匹配 #{keywords} 私有源不能为空,执行 pod repo add 添加私有源,或者 pod bianry init 调整私有源 Git 地址." if sources.empty?
|
|
63
|
+
|
|
64
|
+
sources
|
|
61
65
|
end
|
|
62
66
|
|
|
63
67
|
private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-tdfire-binary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tripleCC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|