cocoapods-tdf-bin 0.0.12 → 0.0.13

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: f426d0f65a3e2ad333f5ba92814d51e96c692e450e7971517d45049ec5091075
4
- data.tar.gz: 2a6b18897c3bd6616f5833c3a586844fbbe2f038fc5fb0281600c7584168cf7e
3
+ metadata.gz: 2f584efcaa5fce2694fa3bdde6a5ce4cf5a18745d06055e0ad870b9948e09754
4
+ data.tar.gz: 0f9d71596e836b1987735a786e89cff83874121dfd4c27efd66a40e3ff03491f
5
5
  SHA512:
6
- metadata.gz: b22d9c1539bc9591d3250a0e4ed11d988aa7b0c7028c19309d929b0aad76c2c52867bf53f9244efa39545be2e6c2f1f5e2a20501d14b1f01e24dacc956cd54b1
7
- data.tar.gz: 81b428ff27cc72e2caf90e485fc362436e2a419294433ac144bf90f84cd41819e7b5d14ca6eb143f05ae5d40394e2f1cd93a8a12e14b561728430cc4004bea9d
6
+ metadata.gz: 0a41d7810eb69e176ae95a94aecb7cc7678a5dd1d4c65245d58e29f5beabbd17cb537e2a5a9f032748a0d17475ea0b49a692eef6c1cceed2188134576ca619df
7
+ data.tar.gz: e30094879a24405c7efd89cb4f51b9210d478f272e620bb3017b2a0e6445fff719125251d0aa07036371a424b20ced402897366e5776de8031eb12f3168ee66e
@@ -12,10 +12,10 @@ module CBin
12
12
  def template_hash
13
13
  {
14
14
  'configuration_env' => { description: '编译环境', default: 'dev', selection: %w[dev debug_iphoneos release_iphoneos] },
15
- 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'git@github.com:su350380433/example_spec_source.git' },
16
- 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'git@github.com:su350380433/example_spec_bin_dev.git' },
17
- 'binary_download_url' => { description: '二进制下载地址,内部会依次传入组件名称与版本,替换字符串中的 %s ', default: 'http://localhost:8080/download/%s/%s/zip' },
18
- 'binary_upload_url' => { description: '二进制下载地址,内部会依次传入组件名称与版本,替换字符串中的 %s ', default: 'http://localhost:8080/upload/%s/%s/zip' },
15
+ 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'git@git.2dfire.net:ios/cocoapods-spec.git' },
16
+ 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'git@git.2dfire.net:ios/cocoapods-spec-binary.git' },
17
+ 'binary_download_url' => { description: '二进制下载地址,内部会依次传入组件名称与版本,替换字符串中的 %s ', default: 'http://iosframeworkserver-shopkeeperclient.app.2dfire.com/download/%s/%s.zip' },
18
+ 'binary_upload_url' => { description: '二进制下载地址,内部会依次传入组件名称与版本,替换字符串中的 %s ', default: 'http://iosframeworkserver-shopkeeperclient.app.2dfire.com/upload/%s/%s.zip' },
19
19
  # 'binary_type' => { description: '二进制打包类型', default: 'framework', selection: %w[framework library] },
20
20
  'download_file_type' => { description: '下载二进制文件类型', default: 'zip', selection: %w[zip tgz tar tbz txz dmg] }
21
21
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.0.12'
3
+ VERSION = '0.0.13'
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-tdf-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-08 00:00:00.000000000 Z
11
+ date: 2021-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel