Showing
8 changed files
with
2 additions
and
2 deletions
.DS_Store
0 → 100644
No preview for this file type
ImSDK.framework/.DS_Store
0 → 100644
No preview for this file type
NELivePlayerFramework.framework/.DS_Store
0 → 100644
No preview for this file type
SecurityKit.framework/.DS_Store
0 → 100644
No preview for this file type
TXLiteAVSDK_TRTC.framework/.DS_Store
0 → 100644
No preview for this file type
No preview for this file type
liberate.framework/.DS_Store
0 → 100644
No preview for this file type
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'liberate' | 3 | s.name = 'liberate' |
| 4 | - s.version = "3.1.0.080318" | 4 | + s.version = "3.1.0.08031801" |
| 5 | s.summary = 'A short description of liberate.' | 5 | s.summary = 'A short description of liberate.' |
| 6 | 6 | ||
| 7 | s.ios.deployment_target = '9.0' | 7 | s.ios.deployment_target = '9.0' |
| @@ -15,7 +15,7 @@ Pod::Spec.new do |s| | @@ -15,7 +15,7 @@ Pod::Spec.new do |s| | ||
| 15 | s.author = { 'hh_client@hh-medic.com' => 'hh_client@hh-medic.com' } | 15 | s.author = { 'hh_client@hh-medic.com' => 'hh_client@hh-medic.com' } |
| 16 | s.source = { :git => 'http://code.hh-medic.com/hh_public/hhsdk.ios.jf.git', :tag => s.version } | 16 | s.source = { :git => 'http://code.hh-medic.com/hh_public/hhsdk.ios.jf.git', :tag => s.version } |
| 17 | 17 | ||
| 18 | - s.vendored_frameworks = './*.framework' | 18 | + s.vendored_frameworks = '*.framework' |
| 19 | 19 | ||
| 20 | s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate' | 20 | s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate' |
| 21 | s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv' | 21 | s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv' |
-
Please register or login to post a comment