[Add] NagizTestingPod 0.0.2
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.0.7 / WRSwiftUtil.podspec.json
blob4a45688cfdea2576fbafb32f05b7e750c6edafcd
2   "name": "WRSwiftUtil",
3   "version": "1.0.7",
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.7"
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           "name": "ViewController",
54           "source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
55           "dependencies": {
56             "WRSwiftUtil/Image": [
58             ],
59             "WRSwiftUtil/Controller/NavigationController": [
61             ]
62           }
63         }
64       ]
65     }
66   ]