-
Notifications
You must be signed in to change notification settings - Fork 99
/
TTCTool.podspec
48 lines (35 loc) · 1.81 KB
/
TTCTool.podspec
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
Pod::Spec.new do |spec|
spec.name = "TTCTool"
spec.version = "0.1.3"
spec.summary = "TTCTool."
spec.description = <<-DESC
TTCTool.TTCTool.TTCTool.TTCTool.
DESC
spec.homepage = "https://github.com/tangtiancheng/DouYinComment"
spec.license = "MIT"
spec.author = { "tangtiancheng" => "[email protected]" }
spec.source = { :git => "https://github.com/tangtiancheng/DouYinComment.git", :tag => "#{spec.version}" }
spec.subspec 'TCViewPage' do |ss|
ss.source_files = "DouYinCComment/TTCTool/ViewPage/TCViewPage(你只需要以下两个类即可实现分页和嵌套滚动)/**/*.{h,m}","DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.{h,m}"
end
spec.subspec 'TCCommentsPopView' do |ss|
ss.source_files = "DouYinCComment/TTCTool/CommentMethod/TCCommentsPopView/**/*.{h,m}"
end
spec.subspec 'TagChannelManager' do |ss|
ss.source_files = "DouYinCComment/TTCTool/ViewPage/TagChannelManager(标签管理)/**/*.{h,m}","DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.{h,m}","DouYinCComment/TTCTool/TTCCom.h"
ss.dependency 'ReactiveObjC'
ss.dependency 'Masonry'
end
spec.subspec 'TTCTransition' do |ss|
ss.source_files = "DouYinCComment/TTCTool/TTCTransition/**/*.{h,m}","DouYinCComment/TTCTool/ViewPage/UIView+EasyFrame.{h,m}","DouYinCComment/TTCTool/TTCCom.h"
end
spec.subspec 'TTCPanPush' do |ss|
ss.source_files = "DouYinCComment/TTCTool/TTCPanPushTransition/**/*.{h,m}"
end
spec.ios.deployment_target = '9.0'
spec.frameworks = 'UIKit', 'Foundation'
# s.source_files = 'lib/XMGDownLoad/Classes/**/*.h'
#s.vendored_frameworks = 'lib/XMGDownLoad/Products/FrameworkTe.framework'
#s.vendored_libraries = 'lib/XMGDownLoad/Products/libtesttt.a'
#s.resources = "XMGSegment/*.{bundle,xib,nib}"
end