[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.0.10 / WRSwiftUtil.podspec.json
blob1e261afa1dc0c6223a69aa8a78965356dd1af026
2   "name": "WRSwiftUtil",
3   "version": "1.0.10",
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.10"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "dependencies": {
26     "Colours": [
27       "~> 5.13.0"
28     ],
29     "MBProgressHUD": [
30       "~> 1.1.0"
31     ]
32   },
33   "swift_version": "5.0",
34   "subspecs": [
35     {
36       "name": "Device",
37       "source_files": "WRSwiftUtil/Device/*.swift"
38     },
39     {
40       "name": "Image",
41       "source_files": "WRSwiftUtil/Image/*.swift"
42     },
43     {
44       "name": "Controller",
45       "subspecs": [
46         {
47           "name": "NavigationController",
48           "source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
49           "dependencies": {
50             "WRSwiftUtil/Image": [
52             ]
53           }
54         },
55         {
56           "name": "ViewController",
57           "source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
58           "dependencies": {
59             "WRSwiftUtil/Image": [
61             ],
62             "WRSwiftUtil/Controller/NavigationController": [
64             ],
65             "Colours": [
66               "~> 5.13.0"
67             ]
68           }
69         }
70       ]
71     },
72     {
73       "name": "Lib",
74       "subspecs": [
75         {
76           "name": "Toast",
77           "source_files": "WRSwiftUtil/Lib/Toast/*.swift"
78         }
79       ]
80     },
81     {
82       "name": "Indicator",
83       "source_files": "WRSwiftUtil/Indicator/*.swift",
84       "dependencies": {
85         "WRSwiftUtil/Lib/Toast": [
87         ]
88       }
89     }
90   ]