File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66platform :ios , "8.0"
77
88target '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'
1110end
1211
1312target 'Dummy' do
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments