cocoapods-xcframework 0.0.8 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8410820adae7d30066089eff5f0a79633d4ecbaf70ede3b06ebcce87f9d6e40
|
4
|
+
data.tar.gz: f1bf1e1adffb03e021b4f60bc7ee08e9ab7b039760968d56c43a5eede00066be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14f5bf93a518920efd391519e14f45c2a52b3ecd21b9f463025e7e6623e77e2c2e8a39014c21cc53e0c8ab7503aaa6fcb3f1a9ae44de7f8aaa17f1ad76dfb17f
|
7
|
+
data.tar.gz: da97711ac349944fe9fa51d1620ae45e34ba0e1e44f9085f4a232071d39894d0a0212c8311608e97cec4bc6b63fc8f1e0c9520cebc73d505959327d87960f02c
|
@@ -132,7 +132,7 @@ module Pod
|
|
132
132
|
bundle_relative_path = bundle.to_s.gsub(bundle_root, "")
|
133
133
|
plat = bundle_relative_path
|
134
134
|
result[plat] = {
|
135
|
-
"
|
135
|
+
"#{@spec.name}" => "bundle/" + bundle_relative_path + "/*"
|
136
136
|
}
|
137
137
|
end
|
138
138
|
result
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-xcframework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 戴易超
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- pkg/cocoapods-xcframework-0.0.4.gem
|
92
92
|
- pkg/cocoapods-xcframework-0.0.6.gem
|
93
93
|
- pkg/cocoapods-xcframework-0.0.7.gem
|
94
|
+
- pkg/cocoapods-xcframework-0.0.8.gem
|
94
95
|
- spec/command/framework_spec.rb
|
95
96
|
- spec/spec_helper.rb
|
96
97
|
homepage: https://github.com/TyrantDante/cocoapods-framework
|