-
Notifications
You must be signed in to change notification settings - Fork 81
/
YCXMenu.podspec
37 lines (21 loc) · 1.98 KB
/
YCXMenu.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
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "YCXMenu"
s.version = "0.0.11"
s.summary = "TCXMenu is an easy-to-use menu."
s.homepage = "https://github.com/Aster0id/YCXMenuDemo_ObjC"
# ――― 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/YCXMenuDemo_ObjC.git", :tag => "0.0.11" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "YCXMenuDemo_ObjC/YCXMenu/*.{h,m}"
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.frameworks = "UIKit", "QuartzCore"
end