[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 2 / a / 0 / WZAlertViewController / 2.2.0 / WZAlertViewController.podspec.json
blob0adbc61db11323f5a51bf3771c8b7491bb33c4fd
2   "name": "WZAlertViewController",
3   "version": "2.2.0",
4   "summary": "方便快捷的弹出框.",
5   "description": "方便快捷的弹出框.",
6   "homepage": "https://github.com/WZLYiOS/WZAlertViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuxiaobin": "327847390@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/WZLYiOS/WZAlertViewController.git",
16     "tag": "2.2.0"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "default_subspecs": "Source",
25   "subspecs": [
26     {
27       "name": "Source",
28       "source_files": "WZAlertViewController/Classes/*.swift"
29     },
30     {
31       "name": "Binary",
32       "vendored_frameworks": "Carthage/Build/iOS/Static/WZAlertViewController.framework",
33       "user_target_xcconfig": {
34         "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
35       }
36     }
37   ],
38   "swift_version": "5.0"