[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / d / c / WMZDialog / 1.0.1 / WMZDialog.podspec.json
blob52027b73c8ad4ae52ab4daf3126a006b8731e7be
2   "name": "WMZDialog",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "功能最多样式最多的弹窗,支持自定义视图,链式编程调用",
6   "description": "普通弹窗 选择弹窗 时间选择弹窗 地区选择弹窗等\n注:Building Settings设置CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF为NO可以消除链  式编程的警告",
7   "homepage": "https://github.com/wwmz/WMZDialog",
8   "authors": {
9     "wmz": "925457662@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/wwmz/WMZDialog.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "WMZDialog/WMZDialog/**/*.{h,m}",
19   "resources": "WMZDialog/WMZDialog/WMZDialog.bundle",
20   "frameworks": "UIKit",
21   "user_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   }