[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.3.6 / WRSwiftUtil.podspec.json
blobc6df3bbff9bb8d77998050dfed04b2db4c7d641c
2   "name": "WRSwiftUtil",
3   "version": "1.3.6",
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.3.6",
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   },
31   "subspecs": [
32     {
33       "name": "Common",
34       "source_files": "WRSwiftUtil/Common/*.swift"
35     },
36     {
37       "name": "Device",
38       "source_files": "WRSwiftUtil/Device/*.swift"
39     },
40     {
41       "name": "Image",
42       "source_files": "WRSwiftUtil/Image/*.swift",
43       "dependencies": {
44         "WRSwiftUtil/Common": [
46         ]
47       }
48     },
49     {
50       "name": "Controller",
51       "subspecs": [
52         {
53           "name": "ViewController",
54           "source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
55           "dependencies": {
56             "WRSwiftUtil/Image": [
58             ],
59             "WRSwiftUtil/Controller/Protocol": [
61             ]
62           }
63         },
64         {
65           "name": "NavigationController",
66           "source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
67           "dependencies": {
68             "WRSwiftUtil/Image": [
70             ]
71           }
72         },
73         {
74           "name": "Protocol",
75           "source_files": "WRSwiftUtil/Controller/Protocol/*.swift",
76           "dependencies": {
77             "WRSwiftUtil/Controller/NavigationController": [
79             ]
80           }
81         }
82       ]
83     },
84     {
85       "name": "View",
86       "source_files": "WRSwiftUtil/View/*.swift",
87       "dependencies": {
88         "WRSwiftUtil/Common": [
90         ]
91       }
92     },
93     {
94       "name": "Color",
95       "source_files": "WRSwiftUtil/Color/*.swift",
96       "dependencies": {
97         "WRSwiftUtil/Common": [
99         ]
100       }
101     },
102     {
103       "name": "Notification",
104       "source_files": "WRSwiftUtil/Notification/*.swift"
105     },
106     {
107       "name": "Activity",
108       "source_files": "WRSwiftUtil/Activity/*.swift",
109       "dependencies": {
110         "WRSwiftUtil/Common": [
112         ]
113       },
114       "subspecs": [
115         {
116           "name": "Animations",
117           "source_files": "WRSwiftUtil/Activity/Animations/*.swift"
118         }
119       ]
120     }
121   ],
122   "swift_version": "5.0"