cocoapods-tdfire-binary 1.4.18 → 1.4.19
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: 75dc7821ad4177fceb16a7e09a52f67f3c99703a
|
4
|
+
data.tar.gz: 3c22f716c0b64fa8b6b85c9bfa7fbdb0eeb0a744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
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.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-
|
11
|
+
date: 2018-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|