cocoapods-fy-bin 0.0.6 → 0.0.7
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 486802350d9a84b0d3e24a78e3aa80c5046f28d4aca673a4d402ddcd828b42c3
|
4
|
+
data.tar.gz: 1a7ef09d02e6c82592df52c5348f26ffaf750f19c93a11087e22251137f3a86b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5da4926687ef53e65acb03ddc25eed9faed5d79f7c6de454e4472f788560839b1f8af036a3e637ea055daec67d202315b1599ccf02ddc0517af3cf2a40363d7
|
7
|
+
data.tar.gz: b93bc714e77c576957813ad31c34e35d0f12933a929b64bdea959b02e54ac906af80f37011337f5acb8d177c44da2609a4ee44741e210430e75679bcd5e3f74b
|
@@ -122,7 +122,6 @@ module CBin
|
|
122
122
|
@spec.vendored_libraries = binary_vendored_libraries
|
123
123
|
@spec.resources = binary_resources if @spec.attributes_hash.keys.include?("resources")
|
124
124
|
@spec.description = <<-EOF
|
125
|
-
「 converted automatically by plugin cocoapods-fy-bin @厦门美柚 - slj 」
|
126
125
|
#{@spec.description}
|
127
126
|
EOF
|
128
127
|
@spec
|