HHDoctor.podspec
1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Pod::Spec.new do |s|
s.name = 'HHDoctor'
s.version= "3.1.0.8"
s.summary = 'A short description of hhvDoctorSDK.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'git@code.hh-medic.com:hh_public/hh_doctor_mini.git'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'hh_client@hh-medic.com' => 'chengyanfang@hh-medic.com' }
s.source = { :git => 'http://code.hh-medic.com/hh_public/hh_doctor_mini.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.source_files = 'HHDoctor/HHDoctor.framework/Headers/*.*'
# s.header_dir = 'hhvDoctorSDKForOC/Classes/**/*.h'
# s.public_header_files = 'HHDoctor/HHDoctor.framework/Headers/*.h'
s.resources = 'HHDoctor/HHDoctor.framework/resource/*.*'
s.vendored_frameworks = 'HHDoctor/*.framework'
# s.static_framework = true
s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate'
s.libraries = 'c++','resolv'
s.ios.deployment_target = '9.0'
s.pod_target_xcconfig = {
'OTHER_LDFLAGS' => '-ObjC',
'ENABLE_BITCODE' => 'NO',
'ARCHS' => ['arm64']
}
end