Skip to content

Commit 9269eef

Browse files
committed
FIX: podspec source改为 https
1 parent e8b7243 commit 9269eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EnterAffectiveCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = 'https://github.com/EnterTech'
1010
s.author = { 'Like' => 'ke.liful@gmail.com' }
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
12-
s.source = { :git => 'git@github.com:Entertech/Enter-AffectiveComputing-iOS-SDK.git', :tag => s.version.to_s }
12+
s.source = { :git => 'https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK.git', :tag => s.version.to_s }
1313

1414
s.ios.deployment_target = '10.0'
1515

EnterAffectiveCloudUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = 'https://github.com/EnterTech'
1010
s.author = { 'Like' => 'ke.liful@gmail.com' }
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
12-
s.source = { :git => 'git@github.com:Entertech/Enter-AffectiveComputing-iOS-SDK.git', :tag => s.version.to_s }
12+
s.source = { :git => 'https://github.com/Entertech/Enter-AffectiveCloud-iOS-SDK.git', :tag => s.version.to_s }
1313

1414
s.ios.deployment_target = '10.0'
1515

0 commit comments

Comments
 (0)