wangguolei

fix

No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Pod::Spec.new do |s|
s.name = 'liberate'
s.version = "3.1.0.08031801"
s.version = "3.1.0.08031802"
s.summary = 'A short description of liberate.'
s.ios.deployment_target = '9.0'
... ... @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'http://code.hh-medic.com/hh_public/hhsdk.ios.jf.git', :tag => s.version }
s.vendored_frameworks = '*.framework'
s.resources = '*.bundle'
s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'
s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv'
... ...