cocoapods-tdfire-binary 1.4.18 → 1.4.19

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: 19f2b9d05cd7cb696ee696deca9a319f1c1cf34e
4
- data.tar.gz: a76a561795cb3d78c06377f4f3bda4066de13583
3
+ metadata.gz: 75dc7821ad4177fceb16a7e09a52f67f3c99703a
4
+ data.tar.gz: 3c22f716c0b64fa8b6b85c9bfa7fbdb0eeb0a744
5
5
  SHA512:
6
- metadata.gz: 70e622dfabfc7ff55a27b383e14e32b1bf6800ab48c35ea8c3fa7e124901c1fabb5737ba4cd4d9e65f0b1e3d06803d5b74a72e5a8a9faee0cee3b33ca70274f2
7
- data.tar.gz: 06a0e277d36dadce66baf6e4d47adc4e0584dfd142866ebc0aae1f251522ff1b4d8f2ed86406402c60fdddae2b37a2803ec985fa3d967ee923905d96515640c9
6
+ metadata.gz: 1eab57f173e93ef6de751677a2f316708457bbc491e1f0d9aa5e4cdad8f2cb5ff5319e0642f0a6fb848f1297740ff9ec9cf94a38ff6302412a0486d444e6a60f
7
+ data.tar.gz: 67f98685e4929057332ed3cb5b110bc602ea99f7e4f053e7b539bfa7d2be905d144df7f5b9f5b9b966bd474b83bf2cb0a37b5659e999eb6486f1f0f29538747e
data/README.md CHANGED
@@ -107,6 +107,17 @@ http:xxxxxx
107
107
 
108
108
  根据 podspec 生成与组件同名伞头文件。在没有指定 PATH 的情况下,默认在执行命令目录生成伞头文件。当指定目录伞头文件已存在时,会执行替换操作。
109
109
 
110
+ ### pod binary lib upgrade
111
+
112
+ > pod binary lib upgrade
113
+
114
+ 更新 podspec 版本。
115
+
116
+ - `--type` 更新版本类型,可选值为 patch/minor/major ,优先级比 `--version` 低
117
+ - `--version` 更新版本号,优先级比 `--type` 高,设置之后会忽略 `--type`
118
+ - `--commit` 提交 commit 日志,没有设置则不执行 `git add / commit`
119
+
120
+
110
121
 
111
122
  ### pod binary list
112
123
 
@@ -123,7 +123,7 @@ module Pod
123
123
  target_spec.public_header_files = ["#{target_spec.root.name}.framework/Headers/*", "#{target_spec.root.name}.framework/Versions/A/Headers/*"]
124
124
 
125
125
  available_platforms(spec).each do |platform|
126
- Pod::UI.section("Tdfire: copying configuration for platform #{platform}") do
126
+ # Pod::UI.section("Tdfire: copying configuration for platform #{platform}") do
127
127
  target_platform = target_spec.send(platform.to_sym)
128
128
 
129
129
  # 保留对 frameworks lib 的依赖
@@ -143,7 +143,7 @@ module Pod
143
143
  .each { |d| target_platform.dependency(d.name, d.requirement.to_s) }
144
144
 
145
145
  Pod::UI.message "Tdfire: dependencies for #{platform}: #{target_spec.tdfire_recursive_value('dependencies', platform).map(&:name).join(', ')}"
146
- end
146
+ # end
147
147
  end
148
148
  end
149
149
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.4.18"
2
+ VERSION = "1.4.19"
3
3
  end
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.18
4
+ version: 1.4.19
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-22 00:00:00.000000000 Z
11
+ date: 2018-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler