cocoapods-fy-bin 0.1.9 → 0.2.0

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
  SHA256:
3
- metadata.gz: 213c8226fe3dfbe423df192225e48ff350ca37494e79b7efc212c18f57698931
4
- data.tar.gz: 1ab095c3672015afbeed53497a15127065f8076d3caeed0c1d985d6074bc71b1
3
+ metadata.gz: a2a5f9b07f4f41b6fd981b01979e452cc5607c8d4ba00d4d30ab6140588da65b
4
+ data.tar.gz: c44222b77d5643fa84a4ca4fd12d4a67e08e0725a056677a2591749223c80395
5
5
  SHA512:
6
- metadata.gz: 49037edd4a308d61702a13315c2d4071e68b43b7430f010a35632ce3dda73d3f014a4e274ba1d8ad1b755b9b0e75c3a9e5ef4daf4722730147a719c40f6eab09
7
- data.tar.gz: e182deff9c70c7793daa6cade6f23a64cf94aad5e6080d6e1c88501c381e037354796394927371674d7ce9d2513e5f8330b1bc286b987c29bfc64b132426b45b
6
+ metadata.gz: bb6617bb25aabf1003770ff85a8ed6a2939965a8cea4fb5751a98249c87b4107e2e82793fa8e42c9811b6f7f45fa09534ff861af2eb9c8f9d39ba32170b81111
7
+ data.tar.gz: '08327f9a68dfdf31e4c33a0a54df73cc85c07fc73cc9b35df301cc8ab6b0f1ee5fc77ec7aeda8a13da64f4e415c9cb4fee00120d0d412f2a7d43dd026ad1b82d'
@@ -12,8 +12,8 @@ module CBin
12
12
  def template_hash
13
13
  {
14
14
  'configuration_env' => { description: '编译环境', default: 'release', selection: %w[debug release] },
15
- 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/swiftThird/FYSwiftSpecs.git' },
16
- 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/swiftThird/fybinaryspecs.git' },
15
+ 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/FYSpecs.git' },
16
+ 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/FYBinarySpecs.git' },
17
17
  'binary_download_url' => { description: '二进制下载主机地址,内部会依次传入组件名称、版本、打包模式', default: 'https://mobilepods.fuyoukache.com' },
18
18
  # 'binary_type' => { description: '二进制打包类型', default: 'framework', selection: %w[framework library] },
19
19
  'download_file_type' => { description: '下载二进制文件类型', default: 'zip', selection: %w[zip tgz tar tbz txz dmg] },
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.1.9'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
 
6
6
  module Pod
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-fy-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-09 00:00:00.000000000 Z
11
+ date: 2022-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel