Skip to content

Commit 85d851b

Browse files
authored
Merge pull request #8 from amirsaam/main
fix podspec?
2 parents a2ecc73 + 1f19de1 commit 85d851b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Libcore.podspec

+2-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,8 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://hiddify.com/'
66
s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' }
77
s.author = { 'Hiddify' => '[email protected]' }
8-
s.static_framework = true
9-
8+
s.source = { :git => 'https://github.com/hiddify/hiddify-next-core.git', :tag => s.version }
109
s.ios.deployment_target = '9.0'
1110
s.vendored_frameworks = 'Libcore.xcframework'
12-
# s.source = { :git => 'https://github.com/hiddify/hiddify-next-core.git', :tag => s.version }
13-
s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/v#{s.version}/hiddify-libcore-ios.xcframework.tar.gz" }
14-
# s.prepare_command = <<-CMD
15-
# ls -R -l
16-
# tar -xf "${PODS_TARGET_SRCROOT}/hiddify-libcore-ios.xcframework.tar.gz"
17-
# CMD
18-
19-
20-
21-
end
11+
end
2212

0 commit comments

Comments
 (0)