Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -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://127.0.0.1:8080/AVSDK_1.9.5.925.Local.zip", :sha1 => "68215b235ebc54dd56bfac7faec0078777449123" } | 12 | + s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/AVSDK_1.9.5.925.Local.zip", :sha1 => "68215b235ebc54dd56bfac7faec0078777449123" } |
| 13 | s.vendored_frameworks = "AVSDK/QAVSDK.framework", "AVSDK/xplatform.framework" | 13 | s.vendored_frameworks = "AVSDK/QAVSDK.framework", "AVSDK/xplatform.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++", "stdc++", "stdc++.6", "z", "sqlite3", "iconv", "resolv", "protobuf" | 15 | s.libraries = "c++", "stdc++", "stdc++.6", "z", "sqlite3", "iconv", "resolv", "protobuf" |
| @@ -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://127.0.0.1:8080/IMSDK_2.5.6.11082.11081.zip", :sha1 => "4bd56f229194269e312297f8e725e02edcb9a545" } | 12 | + s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/IMSDK_2.5.6.11082.11081.zip", :sha1 => "4bd56f229194269e312297f8e725e02edcb9a545" } |
| 13 | s.vendored_frameworks = "IMSDK/IMCore.framework", "IMSDK/ImSDK.framework", "IMSDK/QALSDK.framework", "IMSDK/IMSDKBugly.framework", "IMSDK/TLSSDK.framework" | 13 | s.vendored_frameworks = "IMSDK/IMCore.framework", "IMSDK/ImSDK.framework", "IMSDK/QALSDK.framework", "IMSDK/IMSDKBugly.framework", "IMSDK/TLSSDK.framework" |
| 14 | s.frameworks = "CoreTelephony", "SystemConfiguration" | 14 | s.frameworks = "CoreTelephony", "SystemConfiguration" |
| 15 | s.libraries = "c++", "z", "sqlite3" | 15 | s.libraries = "c++", "z", "sqlite3" |
-
Please register or login to post a comment