[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.1.0 / WRSwiftUtil.podspec.json
blobd58a585bf383956117154603c3f5fc4627e4fb64
2   "name": "WRSwiftUtil",
3   "version": "1.1.0",
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.1.0",
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   "subspecs": [
35     {
36       "name": "Common",
37       "source_files": "WRSwiftUtil/Common/*.swift"
38     },
39     {
40       "name": "Device",
41       "source_files": "WRSwiftUtil/Device/*.swift"
42     },
43     {
44       "name": "Image",
45       "source_files": "WRSwiftUtil/Image/*.swift"
46     },
47     {
48       "name": "Indicator",
49       "source_files": "WRSwiftUtil/Indicator/*.swift",
50       "dependencies": {
51         "MBProgressHUD": [
52           "~> 1.1.0"
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": "Color",
96       "source_files": "WRSwiftUtil/Color/*.swift"
97     },
98     {
99       "name": "Notification",
100       "source_files": "WRSwiftUtil/Notification/*.swift"
101     }
102   ],
103   "swift_version": "5.0"