[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.0.4 / WRSwiftUtil.podspec.json
blob5faf240dc2078ca2bbca35941094f8592ba59b9f
2   "name": "WRSwiftUtil",
3   "version": "1.0.4",
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.4"
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   },
30   "swift_version": "5.0",
31   "subspecs": [
32     {
33       "name": "Device",
34       "source_files": "WRSwiftUtil/Device/*.swift"
35     },
36     {
37       "name": "Image",
38       "source_files": "WRSwiftUtil/Image/*.swift"
39     },
40     {
41       "name": "Controller",
42       "subspecs": [
43         {
44           "name": "NavigationController",
45           "source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
46           "dependencies": {
47             "WRSwiftUtil/Image": [
49             ]
50           }
51         }
52       ]
53     }
54   ]