[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.0.18 / WRSwiftUtil.podspec.json
blobc7886ff1c7ebc6ce429271f9088368a4c38b217c
2   "name": "WRSwiftUtil",
3   "version": "1.0.18",
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.18",
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   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "Device",
38       "source_files": "WRSwiftUtil/Device/*.swift"
39     },
40     {
41       "name": "Image",
42       "source_files": "WRSwiftUtil/Image/*.swift"
43     },
44     {
45       "name": "Indicator",
46       "source_files": "WRSwiftUtil/Indicator/*.swift",
47       "dependencies": {
48         "MBProgressHUD": [
49           "~> 1.1.0"
50         ],
51         "WRSwiftUtil/Lib/Toast": [
53         ]
54       }
55     },
56     {
57       "name": "Controller",
58       "subspecs": [
59         {
60           "name": "ViewController",
61           "source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
62           "dependencies": {
63             "WRSwiftUtil/Image": [
65             ],
66             "WRSwiftUtil/Controller/Protocol": [
68             ],
69             "WRSwiftUtil/Indicator": [
71             ]
72           }
73         },
74         {
75           "name": "NavigationController",
76           "source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
77           "dependencies": {
78             "WRSwiftUtil/Image": [
80             ]
81           }
82         },
83         {
84           "name": "Protocol",
85           "source_files": "WRSwiftUtil/Controller/Protocol/*.swift",
86           "dependencies": {
87             "WRSwiftUtil/Controller/NavigationController": [
89             ]
90           }
91         }
92       ]
93     },
94     {
95       "name": "Lib",
96       "subspecs": [
97         {
98           "name": "Toast",
99           "source_files": "WRSwiftUtil/Lib/Toast/*.swift"
100         }
101       ]
102     }
103   ]