-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHHBadgeHUD.podspec
More file actions
22 lines (18 loc) · 1.71 KB
/
HHBadgeHUD.podspec
File metadata and controls
22 lines (18 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "HHBadgeHUD"
s.version = "0.0.5"
s.summary = "A HHBadgeHUD For iOS Development"
s.homepage = "https://github.com/theSkyOfJune/HHBadgeHUD"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "Li Yang" => "https://github.com/theSkyOfJune" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "7.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/theSkyOfJune/HHBadgeHUD.git", :tag => s.version }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "HHBadgeHUD/**/*.{h,m}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
end