Skip to content

Commit 7d449e9

Browse files
author
城西
committed
liblua 0.5.0 依赖
1 parent 9384ca2 commit 7d449e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

IOS/SDK/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
platform :ios, "8.0"
77

88
target 'LuaViewSDK' do
9-
pod 'liblua', :git => 'git@gitlab.alibaba-inc.com:luaview/LuaViewSDK.git', :branch => 'develop'
10-
#pod 'liblua', :git => 'https://github.com/alibaba/LuaViewSDK.git', :branch => 'develop'
9+
pod 'liblua', :git => 'https://github.com/alibaba/LuaViewSDK.git', :branch => 'develop'
1110
end
1211

1312
target 'Dummy' do

liblua.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525

2626
s.platform = :ios, "7.0"
2727

28-
s.source = { :git => "git@gitlab.alibaba-inc.com:luaview/LuaViewSDK.git", :tag => "2.1.1.2" }
28+
s.source = { :git => "https://github.com/alibaba/LuaViewSDK.git", :tag => "0.5.0" }
2929

3030
s.source_files = "IOS/lua/lua/*.{h,m,c}"
3131
# s.exclude_files = "Classes/Exclude"

0 commit comments

Comments
 (0)