[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / 1 / WRSwiftKit / 1.0.0 / WRSwiftKit.podspec.json
blob9843c06bb13529d36855c22291c6fc9dfa8fca9f
2   "name": "WRSwiftKit",
3   "version": "1.0.0",
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.0.0"
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": "Notification",
38       "source_files": "WRSwiftKit/Classes/Notification/*.swift"
39     },
40     {
41       "name": "Image",
42       "source_files": "WRSwiftKit/Classes/Image/*.swift",
43       "dependencies": {
44         "WRSwiftKit/Common": [
46         ]
47       }
48     },
49     {
50       "name": "Color",
51       "source_files": "WRSwiftKit/Classes/Color/*.swift",
52       "dependencies": {
53         "WRSwiftKit/Common": [
55         ]
56       }
57     },
58     {
59       "name": "View",
60       "source_files": "WRSwiftKit/Classes/View/*.swift",
61       "dependencies": {
62         "WRSwiftKit/Common": [
64         ]
65       }
66     },
67     {
68       "name": "Activity",
69       "source_files": "WRSwiftKit/Classes/Activity/*.swift",
70       "dependencies": {
71         "WRSwiftKit/Common": [
73         ]
74       },
75       "subspecs": [
76         {
77           "name": "Animations",
78           "source_files": "WRSwiftKit/Classes/Activity/Animations/*.swift"
79         }
80       ]
81     },
82     {
83       "name": "ViewController",
84       "source_files": "WRSwiftKit/Classes/ViewController/*.swift",
85       "dependencies": {
86         "WRSwiftKit/Color": [
88         ],
89         "WRSwiftKit/Image": [
91         ]
92       }
93     }
94   ],
95   "swift_version": "5.0"