[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.0.23 / WRSwiftUtil.podspec.json
bloba0afa1db32d9c79ac4114957b3aea8464ca8393f
2   "name": "WRSwiftUtil",
3   "version": "1.0.23",
4   "summary": "常用 Swift 工具类定义",
5   "description": "常用 Swift 工具类定义,便于初始化项目",
6   "homepage": "https://github.com/GodFighter/WRSwiftUtil",
7   "license": "MIT",
8   "authors": {
9     "Leo Xiang": "xianghui_ios@163.com"
10   },
11   "source": {
12     "git": "https://github.com/GodFighter/WRSwiftUtil.git",
13     "tag": "1.0.23",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "dependencies": {
27     "Colours": [
28       "~> 5.13.0"
29     ],
30     "MBProgressHUD": [
31       "~> 1.1.0"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Common",
37       "source_files": "WRSwiftUtil/Common/*.swift"
38     },
39     {
40       "name": "Device",
41       "source_files": "WRSwiftUtil/Device/*.swift"
42     },
43     {
44       "name": "Image",
45       "source_files": "WRSwiftUtil/Image/*.swift"
46     },
47     {
48       "name": "Indicator",
49       "source_files": "WRSwiftUtil/Indicator/*.swift",
50       "dependencies": {
51         "MBProgressHUD": [
52           "~> 1.1.0"
53         ],
54         "WRSwiftUtil/Lib/Toast": [
56         ]
57       }
58     },
59     {
60       "name": "Controller",
61       "subspecs": [
62         {
63           "name": "ViewController",
64           "source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
65           "dependencies": {
66             "WRSwiftUtil/Image": [
68             ],
69             "WRSwiftUtil/Controller/Protocol": [
71             ],
72             "WRSwiftUtil/Indicator": [
74             ]
75           }
76         },
77         {
78           "name": "NavigationController",
79           "source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
80           "dependencies": {
81             "WRSwiftUtil/Image": [
83             ]
84           }
85         },
86         {
87           "name": "Protocol",
88           "source_files": "WRSwiftUtil/Controller/Protocol/*.swift",
89           "dependencies": {
90             "WRSwiftUtil/Controller/NavigationController": [
92             ]
93           }
94         }
95       ]
96     },
97     {
98       "name": "Lib",
99       "subspecs": [
100         {
101           "name": "Toast",
102           "source_files": "WRSwiftUtil/Lib/Toast/*.swift"
103         }
104       ]
105     },
106     {
107       "name": "Color",
108       "source_files": "WRSwiftUtil/Color/*.swift"
109     },
110     {
111       "name": "Notification",
112       "source_files": "WRSwiftUtil/Notification/*.swift"
113     }
114   ],
115   "swift_version": "5.0"