wangguolei

fix

No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Pod::Spec.new do |s|
s.name = 'liberate'
s.version = "3.1.0.080318"
s.version = "3.1.0.08031801"
s.summary = 'A short description of liberate.'
s.ios.deployment_target = '9.0'
... ... @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.author = { 'hh_client@hh-medic.com' => 'hh_client@hh-medic.com' }
s.source = { :git => 'http://code.hh-medic.com/hh_public/hhsdk.ios.jf.git', :tag => s.version }
s.vendored_frameworks = './*.framework'
s.vendored_frameworks = '*.framework'
s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'
s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv'
... ...