cocoapods-tdfire-binary 1.4.19 → 1.4.20
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdca923cac22dd18ce66c6a8b11a1364568bde21
|
4
|
+
data.tar.gz: 5f93452b62c14cce69fd576e0dca62835a132d87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0397ffd124fb46c004bec4196f165ead0585bc091dcddff200054cb5ab6e8371fdf9698a9aa088631ec5983bed51b510d585945f501e2fafefd8f25f02c9bc4a'
|
7
|
+
data.tar.gz: 3a5ceb8e088ba1362373f217a088ca115a27221f25c57816377c4dac351a5ca2f70699bc4a7a12264545ecc3b54683fffdbd83f192adcf9c2624dc096db51fb7
|
data/README.md
CHANGED
@@ -67,7 +67,7 @@ Options:
|
|
67
67
|
server_host: 输入二进制服务器地址 (比如 http://xxxxx:8080)
|
68
68
|
repo_url: 输入私有源 Git 地址 (比如 https://github.com/tripleCC/PrivateSpecRepo.git)
|
69
69
|
template_url: 输入 pod 模版 Git 地址 (比如 https://github.com/CocoaPods/pod-template.git)
|
70
|
-
|
70
|
+
third_party_group: 输入三方库所在的 group (比如 cocoapods-repos)
|
71
71
|
|
72
72
|
输入二进制服务器地址 (比如 http://xxxxx:8080)
|
73
73
|
>
|
@@ -9,7 +9,7 @@ module Pod
|
|
9
9
|
REPO_URL_KEY = 'repo_url'.freeze
|
10
10
|
SERVER_ROOT_KEY = 'server_host'.freeze
|
11
11
|
TEMPLATE_URL_KEY = 'template_url'.freeze
|
12
|
-
THREE_PARTY_GROUP_KEY = '
|
12
|
+
THREE_PARTY_GROUP_KEY = 'third_party_group'.freeze
|
13
13
|
|
14
14
|
def self.instance
|
15
15
|
@instance ||= new
|
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.4.
|
4
|
+
version: 1.4.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tripleCC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|