[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 0 / 1 / WRSwiftKit / 1.1.1 / WRSwiftKit.podspec.json
blobe0a41ac805fc09c34c470d37ff3de92cb0e632d5
2   "name": "WRSwiftKit",
3   "version": "1.1.1",
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.1.1"
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": "Image",
46       "source_files": "WRSwiftKit/Classes/Image/*.swift",
47       "dependencies": {
48         "WRSwiftKit/Common": [
50         ]
51       }
52     },
53     {
54       "name": "Color",
55       "source_files": "WRSwiftKit/Classes/Color/*.swift",
56       "dependencies": {
57         "WRSwiftKit/Common": [
59         ]
60       }
61     },
62     {
63       "name": "View",
64       "source_files": "WRSwiftKit/Classes/View/*.swift",
65       "dependencies": {
66         "WRSwiftKit/Common": [
68         ]
69       }
70     },
71     {
72       "name": "Activity",
73       "source_files": "WRSwiftKit/Classes/Activity/*.swift",
74       "dependencies": {
75         "WRSwiftKit/Common": [
77         ]
78       },
79       "subspecs": [
80         {
81           "name": "Animations",
82           "source_files": "WRSwiftKit/Classes/Activity/Animations/*.swift"
83         }
84       ]
85     },
86     {
87       "name": "ViewController",
88       "source_files": "WRSwiftKit/Classes/ViewController/*.swift",
89       "dependencies": {
90         "WRSwiftKit/Color": [
92         ],
93         "WRSwiftKit/Image": [
95         ]
96       }
97     }
98   ],
99   "swift_version": "5.0"