File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,8 @@ Pod::Spec.new do |s|
5
5
s . homepage = 'https://hiddify.com/'
6
6
s . license = { :type => 'Copyright' , :text => 'Hiddify Open Software' }
7
7
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 }
10
9
s . ios . deployment_target = '9.0'
11
10
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
22
12
You can’t perform that action at this time.
0 commit comments