-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDWBasicAlertAction.podspec
More file actions
21 lines (20 loc) · 2.13 KB
/
DWBasicAlertAction.podspec
File metadata and controls
21 lines (20 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "DWBasicAlertAction"
s.version = "1.0.2"
s.summary = "A Library for iOS to use for show alert, automatic choose UIAlert And UIActionSheet below iOS8.0, otheriwse choose UIAlertViewController."
s.description = "A Library for iOS to use for show alert, automatic choose UIAlert And UIActionSheet below iOS8.0, otheriwse choose UIAlertViewController.系统弹窗,根据版本自动选择调用UIAlertView、UIActionSheet还是UIAlertController."
s.homepage = "https://github.com/DickyWoo/DWBasicAlertAction"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "DickyWoo" => "https://github.com/DickyWoo" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios
s.platform = :ios, "6.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/wujiandongxq/DWBasicAlertAction.git", :tag => "#{s.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "DWBasicAlertAction/*.{h,m}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
end