[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 6 / 0 / 1 / WRSwiftKit / 1.2.7 / WRSwiftKit.podspec.json
blobf57babded9f2ab223d4e084e56d014be7ddf7a56
2   "name": "WRSwiftKit",
3   "version": "1.2.7",
4   "summary": "常用 Swift 工具类定义.",
5   "description": "常用 Swift 方法、扩展、分类,便于初始化项目",
6   "homepage": "https://github.com/Godfighter/WRSwiftKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Godfighter": "xianghui_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Godfighter/WRSwiftKit.git",
16     "tag": "1.2.7"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
23   "platforms": {
24     "ios": "9.0"
25   },
26   "swift_versions": "5.0",
27   "subspecs": [
28     {
29       "name": "Common",
30       "source_files": "WRSwiftKit/Classes/Common/*.swift"
31     },
32     {
33       "name": "Device",
34       "source_files": "WRSwiftKit/Classes/Device/*.swift"
35     },
36     {
37       "name": "Math",
38       "source_files": "WRSwiftKit/Classes/Math/*.swift"
39     },
40     {
41       "name": "Notification",
42       "source_files": "WRSwiftKit/Classes/Notification/*.swift"
43     },
44     {
45       "name": "String",
46       "source_files": "WRSwiftKit/Classes/String/*.swift",
47       "dependencies": {
48         "WRSwiftKit/Common": [
50         ]
51       }
52     },
53     {
54       "name": "Image",
55       "source_files": "WRSwiftKit/Classes/Image/*.swift",
56       "dependencies": {
57         "WRSwiftKit/Common": [
59         ]
60       }
61     },
62     {
63       "name": "Color",
64       "source_files": "WRSwiftKit/Classes/Color/*.swift",
65       "dependencies": {
66         "WRSwiftKit/Common": [
68         ]
69       }
70     },
71     {
72       "name": "Collection",
73       "source_files": "WRSwiftKit/Classes/Collection/*.swift"
74     },
75     {
76       "name": "View",
77       "source_files": "WRSwiftKit/Classes/View/*.swift",
78       "dependencies": {
79         "WRSwiftKit/Common": [
81         ]
82       }
83     },
84     {
85       "name": "Activity",
86       "source_files": "WRSwiftKit/Classes/Activity/*.swift",
87       "dependencies": {
88         "WRSwiftKit/Common": [
90         ]
91       },
92       "subspecs": [
93         {
94           "name": "Animations",
95           "source_files": "WRSwiftKit/Classes/Activity/Animations/*.swift"
96         }
97       ]
98     },
99     {
100       "name": "ViewController",
101       "source_files": "WRSwiftKit/Classes/ViewController/*.swift",
102       "dependencies": {
103         "WRSwiftKit/Color": [
105         ],
106         "WRSwiftKit/Image": [
108         ]
109       }
110     }
111   ],
112   "swift_version": "5.0"