forked from wwmz/WMZDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWMZDialog.podspec
More file actions
20 lines (18 loc) · 878 Bytes
/
WMZDialog.podspec
File metadata and controls
20 lines (18 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "WMZDialog"
s.version = "1.0.3"
s.platform = :ios, "8.0"
s.requires_arc = true
s.frameworks = 'UIKit'
s.license = { :type => 'MIT' }
s.summary = "功能最多样式最多的弹窗,支持自定义视图,链式编程调用"
s.description = <<-DESC
普通弹窗 选择弹窗 时间选择弹窗 地区选择弹窗等
注:Building Settings设置CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF为NO可以消除链 式编程的警告
DESC
s.homepage = "https://github.com/wwmz/WMZDialog"
s.author = { "wmz" => "925457662@qq.com" }
s.source = { :git => "https://github.com/wwmz/WMZDialog.git", :tag => s.version.to_s }
s.source_files = "WMZDialog/WMZDialog/**/*.{h,m}"
s.resources = "WMZDialog/WMZDialog/WMZDialog.bundle"
end