YHEventReport.podspec
1.5 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
38
39
40
41
42
43
44
#
# Be sure to run `pod spec lint YHEventReport.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "YHEventReport"
s.version = "0.5.6"
s.summary = "YHEventReport."
s.description = "无埋点SDK"
s.homepage = "http://git.yoho.cn/mobile/YH_EventReport"
s.license = "MIT"
s.author = { "John Tai" => "john_tai@hotmail.com" }
s.source = { :git => "http://git.yoho.cn/mobile/YH_EventReport.git", :tag => "#{s.version}" }
s.framework = "UIKit"
s.requires_arc = true
s.platform = :ios
s.platform = :ios, "8.0"
s.subspec 'OpenUDID' do |ss|
ss.source_files = 'YHEventReport/YHEventReport/Utils/OpenUDID/*.{h,m}'
ss.requires_arc = 'YHEventReport/YHEventReport/Utils/OpenUDID/YH_KeychainStore.m'
ss.framework = 'Security'
end
s.subspec 'JTSHardwareInfo' do |ss|
ss.source_files = 'YHEventReport/YHEventReport/Utils/JTSHardwareInfo/*.{h,m}'
end
s.frameworks = 'Foundation', 'UIKit'
s.default_subspec = 'classes'
s.subspec 'Core' do |ss|
ss.source_files = 'YHEventReport/YHEventReport/YHEventReport/**/*.{h,m}'
ss.xcconfig = { "HEADER_SEARCH_PATHS" => [
"${PODS_ROOT}/../YH_Mall/Dependences/PowerfulBannerView",
].join(' ')
}
end
end