cocoapods-xcframework 0.0.6 → 0.0.7
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: b5f82bd06f313889e45d18abb7d66ff2ee78516575754c09a41edc700d52aba1
|
4
|
+
data.tar.gz: 8828713c3735d4af8ad194e96e80cab0e9705b527921cf542b536a1248cc9ba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94f8739a2e0ef78df20f5475e860b400909295dff8393ecbe12dfded326d9c38016dd50cb2c665c26afb0de8e297bbec7f9c3d74782409358d36d6c2fb8362bc
|
7
|
+
data.tar.gz: 3324b859a452d8461f89666b9da4529e942cd30de79352fb09eb5b26de6335518236b4eadb7e8f072f079814b7b2eca0071e031df1dc1824b962a4333064e7fe
|
@@ -111,7 +111,6 @@ module Pod
|
|
111
111
|
end
|
112
112
|
UI.puts "result export at :#{target_dir}"
|
113
113
|
target_dir
|
114
|
-
exit -1
|
115
114
|
end
|
116
115
|
|
117
116
|
def find_bundles target_dir
|
@@ -124,7 +123,6 @@ module Pod
|
|
124
123
|
plat = bundle_relative_path.gsub(bundle_name,"")
|
125
124
|
result[plat] = "bundle/" + bundle_relative_path
|
126
125
|
end
|
127
|
-
puts result
|
128
126
|
result
|
129
127
|
end
|
130
128
|
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 戴易超
|
@@ -89,6 +89,7 @@ files:
|
|
89
89
|
- pkg/cocoapods-framework-0.0.2.gem
|
90
90
|
- pkg/cocoapods-framework-0.0.3.gem
|
91
91
|
- pkg/cocoapods-xcframework-0.0.4.gem
|
92
|
+
- pkg/cocoapods-xcframework-0.0.6.gem
|
92
93
|
- spec/command/framework_spec.rb
|
93
94
|
- spec/spec_helper.rb
|
94
95
|
homepage: https://github.com/TyrantDante/cocoapods-framework
|