wangguolei

fix

Showing 89 changed files with 16 additions and 6 deletions
@@ -4,7 +4,7 @@ Pod::Spec.new do |s| @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
4 s.version = "3.6.0.03071539" 4 s.version = "3.6.0.03071539"
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 = '10.0'
8 8
9 s.description = <<-DESC 9 s.description = <<-DESC
10 TODO: Add long description of the pod here. 10 TODO: Add long description of the pod here.
@@ -13,13 +13,15 @@ Pod::Spec.new do |s| @@ -13,13 +13,15 @@ Pod::Spec.new do |s|
13 s.homepage = 'https://code.hh-medic.com/dev-client/hhsdk.ios' 13 s.homepage = 'https://code.hh-medic.com/dev-client/hhsdk.ios'
14 s.license = { :type => 'MIT', :file => 'LICENSE' } 14 s.license = { :type => 'MIT', :file => 'LICENSE' }
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 = { :http => "https://private.hh-medic.com/staticfile-prod/hhdoctor-ios-sdk/download/release/jfx/liberate.zip" }
17 17
18 - s.vendored_frameworks = '*.framework'  
19 - s.resources = '*.bundle' 18 + s.dependency 'TXIMSDK_iOS'
  19 + s.dependency 'TXLiteAVSDK_TRTC',"10.2.11418"
  20 + s.dependency 'Masonry'
  21 + s.dependency 'MJRefresh'
20 22
21 - s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'  
22 - s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv' 23 + s.vendored_frameworks = 'liberate/*.framework','liberate/*.xcframework'
  24 + s.resources = 'liberate/resources/*.bundle', 'liberate/liberate.framework/*.storyboardc','liberate/liberate.framework/*.nib'
23 25
24 s.pod_target_xcconfig = { 26 s.pod_target_xcconfig = {
25 'OTHER_LDFLAGS' => '-ObjC', 27 'OTHER_LDFLAGS' => '-ObjC',
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>HHBundleVersion</key>
  6 + <string>07.18.1924</string>
  7 +</dict>
  8 +</plist>
No preview for this file type
No preview for this file type