We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9384ca2 commit 7d449e9Copy full SHA for 7d449e9
2 files changed
IOS/SDK/Podfile
@@ -6,8 +6,7 @@
6
platform :ios, "8.0"
7
8
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'
+ pod 'liblua', :git => 'https://github.com/alibaba/LuaViewSDK.git', :branch => 'develop'
11
end
12
13
target 'Dummy' do
liblua.podspec
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
26
s.platform = :ios, "7.0"
27
28
- s.source = { :git => "git@gitlab.alibaba-inc.com:luaview/LuaViewSDK.git", :tag => "2.1.1.2" }
+ s.source = { :git => "https://github.com/alibaba/LuaViewSDK.git", :tag => "0.5.0" }
29
30
s.source_files = "IOS/lua/lua/*.{h,m,c}"
31
# s.exclude_files = "Classes/Exclude"
0 commit comments