liberate.podspec
1.05 KB
Pod::Spec.new do |s|
s.name = 'liberate'
s.version = "3.6.0.03071101"
s.summary = 'A short description of liberate.'
s.ios.deployment_target = '9.0'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://code.hh-medic.com/dev-client/hhsdk.ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
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.resources = '*.bundle'
s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'
s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv'
s.pod_target_xcconfig = {
'OTHER_LDFLAGS' => '-ObjC',
'ENABLE_BITCODE' => 'NO',
'ARCHS' => ['arm64', 'x86_64']
}
end