[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / d / b / WRSwiftUtil / 1.0.21 / WRSwiftUtil.podspec.json
blob78bfed37195e8dc68529d3ab4e5504d7737e4173
2   "name": "WRSwiftUtil",
3   "version": "1.0.21",
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.21",
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": "Common",
38       "source_files": "WRSwiftUtil/Common/*.swift"
39     },
40     {
41       "name": "Device",
42       "source_files": "WRSwiftUtil/Device/*.swift"
43     },
44     {
45       "name": "Image",
46       "source_files": "WRSwiftUtil/Image/*.swift"
47     },
48     {
49       "name": "Indicator",
50       "source_files": "WRSwiftUtil/Indicator/*.swift",
51       "dependencies": {
52         "MBProgressHUD": [
53           "~> 1.1.0"
54         ],
55         "WRSwiftUtil/Lib/Toast": [
57         ]
58       }
59     },
60     {
61       "name": "Controller",
62       "subspecs": [
63         {
64           "name": "ViewController",
65           "source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
66           "dependencies": {
67             "WRSwiftUtil/Image": [
69             ],
70             "WRSwiftUtil/Controller/Protocol": [
72             ],
73             "WRSwiftUtil/Indicator": [
75             ]
76           }
77         },
78         {
79           "name": "NavigationController",
80           "source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
81           "dependencies": {
82             "WRSwiftUtil/Image": [
84             ]
85           }
86         },
87         {
88           "name": "Protocol",
89           "source_files": "WRSwiftUtil/Controller/Protocol/*.swift",
90           "dependencies": {
91             "WRSwiftUtil/Controller/NavigationController": [
93             ]
94           }
95         }
96       ]
97     },
98     {
99       "name": "Lib",
100       "subspecs": [
101         {
102           "name": "Toast",
103           "source_files": "WRSwiftUtil/Lib/Toast/*.swift"
104         }
105       ]
106     },
107     {
108       "name": "Color",
109       "source_files": "WRSwiftUtil/Color/*.swift"
110     }
111   ]