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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#
# Be sure to run `pod lib lint GMAILab.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'GMAILab'
s.version = '1.0.0'
s.summary = 'A short description of GMAILab.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'http://git.wanmeizhensuo.com/gengmeiios/GMAILab'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' }
s.source = { :git => 'http://git.wanmeizhensuo.com/gengmeiios/GMAILab.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.0'
s.source_files = 'GMAILab/Classes/**/*'
# s.subspec 'Model' do |ss|
# ss.source_files = 'GMAILab/Classes/Model/*.{h,m}'
# end
#
# s.subspec 'Utils' do |ss|
# ss.source_files = 'GMAILab/Classes/Utils/*.{h,m}'
# end
#
# s.subspec 'ViewModel' do |ss|
# ss.source_files = 'GMAILab/Classes/ViewModel/*.{h,m}'
# end
#
# s.subspec 'Controller' do |ss|
# ss.source_files = 'GMAILab/Classes/Controller/*.{h,m}'
# ss.dependency 'GMAILab/View'
# ss.dependency 'GMAILab/ViewModel'
# ss.dependency 'GMAILab/Utils'
# end
#
# s.subspec 'View' do |ss|
# ss.source_files = 'GMAILab/Classes/View/*.{h,m}'
# ss.dependency 'GMAILab/ViewModel'
# end
s.resource_bundles = {
'GMAILab' => ['GMAILab/Classes/ToFace/ImagesAndAudio/*.{png,xib,webp,mp3}', 'GMAILab/Assets/*.{xib}']
}
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
# s.sta
s.vendored_frameworks = 'GMAILab/Frameworks/*.framework'
s.dependency 'GMBase'
s.dependency 'GMKit'
s.dependency 'GMFoundation'
s.dependency 'GMNetService'
s.dependency 'GMRefresh'
# s.dependency 'GMediator'
s.dependency 'GMBaseSwift'
s.dependency 'EVReflection', '5.10.0'
s.dependency 'GMRouter'
s.dependency 'lottie-ios', '2.5.2'
s.dependency 'YYText'
s.dependency 'GMShareSDK'
s.dependency 'DouyinOpenSDK', '1.4.1'
s.dependency 'GMBaseWeb'
# 信令
s.dependency 'NIMSDK', '7.5.0'
s.dependency 'AlipaySDK-iOS', '15.6.8'
s.dependency 'PLMediaStreamingKit'
s.dependency 'PLPlayerKit'
s.dependency 'Qiniu'
s.libraries = "z", "c++", "xml2", "sqlite3"
s.frameworks = 'ReplayKit', 'CoreTelephony', 'SystemConfiguration'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 armv7 x86_64' }
# s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' }
# s.dependency 'TTTRtcEngineKit_iOS'
# s.dependency 'TTTPlayerKit_iOS'
s.static_framework = true
# s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7' }
end