Showing
1 changed file
with
2 additions
and
2 deletions
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = "AVSDK" | 2 | s.name = "AVSDK" |
3 | - s.version = "1.9.9.1069.40554" | 3 | + s.version = "1.9.9.1069" |
4 | s.summary = "腾讯云-互动直播" | 4 | s.summary = "腾讯云-互动直播" |
5 | s.description = <<-DESC | 5 | s.description = <<-DESC |
6 | 腾讯云-互动直播 | 6 | 腾讯云-互动直播 |
@@ -9,7 +9,7 @@ Pod::Spec.new do |s| | @@ -9,7 +9,7 @@ Pod::Spec.new do |s| | ||
9 | s.license = "MIT" | 9 | s.license = "MIT" |
10 | s.author = {"undancer" => "undancer@gmail.com"} | 10 | s.author = {"undancer" => "undancer@gmail.com"} |
11 | s.platform = :ios, "7.0" | 11 | s.platform = :ios, "7.0" |
12 | - s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/AVSDK_1.9.9.1069.40554.zip", :sha1 => "27125e3dfa97e3b8b1747537a43e99ed21bbfc34" } | 12 | + s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/AVSDK_1.9.9.1069.zip", :sha1 => "27125e3dfa97e3b8b1747537a43e99ed21bbfc34" } |
13 | s.vendored_frameworks = "AVSDK/QAVSDK.framework" | 13 | s.vendored_frameworks = "AVSDK/QAVSDK.framework" |
14 | s.frameworks = "UIKit", "CoreVideo", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "AudioToolbox", "VideoToolbox", "CoreGraphics", "CoreTelephony", "SystemConfiguration", "OpenAL" | 14 | s.frameworks = "UIKit", "CoreVideo", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "AudioToolbox", "VideoToolbox", "CoreGraphics", "CoreTelephony", "SystemConfiguration", "OpenAL" |
15 | s.libraries = "c++", "z", "sqlite3", "iconv", "resolv", "protobuf" | 15 | s.libraries = "c++", "z", "sqlite3", "iconv", "resolv", "protobuf" |
-
Please register or login to post a comment