Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -81,7 +81,7 @@ Pod::Spec.new do |s| | @@ -81,7 +81,7 @@ Pod::Spec.new do |s| | ||
| 81 | # | 81 | # |
| 82 | 82 | ||
| 83 | # s.source = { :git => "http://EXAMPLE/AVSDK.git", :tag => "#{s.version}" } | 83 | # s.source = { :git => "http://EXAMPLE/AVSDK.git", :tag => "#{s.version}" } |
| 84 | - s.source = { :http => "http://dldir1.qq.com/hudongzhibo/ILiveSDK/AVSDK1.8.4_BETA.zip" } | 84 | + s.source = { :http => "http://dldir1.qq.com/hudongzhibo/ILiveSDK/AVSDK1.8.4_BETA.zip", :sha1 => "6047733ca8d56903dfd1b117641a5e6420881adc" } |
| 85 | 85 | ||
| 86 | 86 | ||
| 87 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 87 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
| @@ -97,7 +97,7 @@ Pod::Spec.new do |s| | @@ -97,7 +97,7 @@ Pod::Spec.new do |s| | ||
| 97 | 97 | ||
| 98 | # s.public_header_files = "Classes/**/*.h" | 98 | # s.public_header_files = "Classes/**/*.h" |
| 99 | 99 | ||
| 100 | - s.vendored_frameworks = "Libs/QAVSDK.framework","Libs/xplatform.framework" | 100 | + s.vendored_frameworks = "AVSDK/QAVSDK.framework","AVSDK/xplatform.framework" |
| 101 | 101 | ||
| 102 | 102 | ||
| 103 | 103 |
| @@ -81,7 +81,7 @@ Pod::Spec.new do |s| | @@ -81,7 +81,7 @@ Pod::Spec.new do |s| | ||
| 81 | # | 81 | # |
| 82 | 82 | ||
| 83 | # s.source = { :git => "http://EXAMPLE/IMSDK.git", :tag => "#{s.version}" } | 83 | # s.source = { :git => "http://EXAMPLE/IMSDK.git", :tag => "#{s.version}" } |
| 84 | - s.source = { :http => "http://dldir1.qq.com/hudongzhibo/ILiveSDK/IMSDK_beta.zip" } | 84 | + s.source = { :http => "http://dldir1.qq.com/hudongzhibo/ILiveSDK/IMSDK_beta.zip", :sha1 => "3507235589818408ad4f85b790688e5d84c807a3" } |
| 85 | 85 | ||
| 86 | 86 | ||
| 87 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 87 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
-
Please register or login to post a comment