-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathYCXMultilevelMenuView.podspec
65 lines (34 loc) · 2.93 KB
/
YCXMultilevelMenuView.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "YCXMultilevelMenuView"
s.version = "0.0.5"
s.summary = "多级菜单控件."
s.homepage = "https://github.com/Aster0id/YCXMultilevelMenuView"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = "Aster0id"
s.social_media_url = "http://weibo.com/aster0id"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "7.0"
s.ios.deployment_target = "7.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/Aster0id/YCXMultilevelMenuView.git", :tag => "0.0.5" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "YCXMultilevelMenuView/YCXMultilevelMenuView/*.{h,m}"
#s.exclude_files = "Classes/Exclude"
# s.public_header_files = "YCXMultilevelMenuView/YCXMultilevelMenuView/*.h"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# s.resource = "icon.png"
s.resources = "YCXMultilevelMenuView/YCXMultilevelMenuView/**/*.{xib,png}",
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# s.framework = "SomeFramework"
s.frameworks = "UIKit", "QuartzCore"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "SDWebImage"
end