[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 8 / KJCategories / 1.0.7 / KJCategories.podspec.json
blobcd80943da4cb28fe2979fc8d763f2999d4e1f331
2   "name": "KJCategories",
3   "version": "1.0.7",
4   "summary": "Common categories for daily development. Such as UIKit, Foundation, etc.",
5   "homepage": "https://github.com/yangKJ/KJCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yangkejun": "ykj310@126.com"
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/KJCategories.git",
15     "tag": "1.0.7"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "static_framework": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "default_subspecs": "Core",
28   "ios": {
29     "source_files": "Sources/KJCategories.h"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/Core/*.h",
35       "subspecs": [
36         {
37           "name": "UIKit",
38           "source_files": "Sources/Core/UIKit/**/*.{h,m}"
39         },
40         {
41           "name": "Foundation",
42           "source_files": "Sources/Core/Foundation/**/*.{h,m}"
43         }
44       ]
45     },
46     {
47       "name": "KitExtension",
48       "source_files": "Sources/UIKit/*.h",
49       "subspecs": [
50         {
51           "name": "UIBezierPath",
52           "source_files": "Sources/UIKit/UIBezierPath/*.{h,m}"
53         },
54         {
55           "name": "UIButton",
56           "source_files": "Sources/UIKit/UIButton/*.{h,m}"
57         },
58         {
59           "name": "UICollectionView",
60           "source_files": "Sources/UIKit/UICollectionView/*.{h,m}"
61         },
62         {
63           "name": "UIColor",
64           "source_files": "Sources/UIKit/UIColor/*.{h,m}"
65         },
66         {
67           "name": "UIDevice",
68           "source_files": "Sources/UIKit/UIDevice/*.{h,m}"
69         },
70         {
71           "name": "UIImage",
72           "source_files": "Sources/UIKit/UIImage/*.{h,m}"
73         },
74         {
75           "name": "UILabel",
76           "source_files": "Sources/UIKit/UILabel/*.{h,m}"
77         },
78         {
79           "name": "UINavigation",
80           "source_files": "Sources/UIKit/UINavigation/*.{h,m}"
81         },
82         {
83           "name": "UIResponder",
84           "source_files": "Sources/UIKit/UIResponder/*.{h,m}"
85         },
86         {
87           "name": "UISlider",
88           "source_files": "Sources/UIKit/UISlider/*.{h,m}"
89         },
90         {
91           "name": "UITabBar",
92           "source_files": "Sources/UIKit/UITabBar/*.{h,m}"
93         },
94         {
95           "name": "UITextView",
96           "source_files": "Sources/UIKit/UITextView/*.{h,m}"
97         },
98         {
99           "name": "UIView",
100           "source_files": "Sources/UIKit/UIView/*.{h,m}"
101         },
102         {
103           "name": "UIViewController",
104           "source_files": "Sources/UIKit/UIViewController/*.{h,m}"
105         }
106       ]
107     },
108     {
109       "name": "Foundation",
110       "source_files": "Sources/Foundation/*.h",
111       "subspecs": [
112         {
113           "name": "NSArray",
114           "source_files": "Sources/Foundation/NSArray/*.{h,m}"
115         },
116         {
117           "name": "NSData",
118           "source_files": "Sources/Foundation/NSData/*.{h,m}"
119         },
120         {
121           "name": "NSDate",
122           "source_files": "Sources/Foundation/NSDate/*.{h,m}"
123         },
124         {
125           "name": "NSDictionary",
126           "source_files": "Sources/Foundation/NSDictionary/*.{h,m}"
127         },
128         {
129           "name": "NSNumber",
130           "source_files": "Sources/Foundation/NSNumber/*.{h,m}"
131         },
132         {
133           "name": "NSObject",
134           "source_files": "Sources/Foundation/NSObject/*.{h,m}"
135         },
136         {
137           "name": "NSString",
138           "source_files": "Sources/Foundation/NSString/*.{h,m}"
139         },
140         {
141           "name": "NSTimer",
142           "source_files": "Sources/Foundation/NSTimer/*.{h,m}"
143         }
144       ]
145     },
146     {
147       "name": "Customized",
148       "subspecs": [
149         {
150           "name": "GradientSlider",
151           "source_files": "Sources/Customized/GradientSlider/*.{h,m}"
152         },
153         {
154           "name": "EmitterAnimation",
155           "source_files": "Sources/Customized/EmitterAnimation/*.{h,m}"
156         },
157         {
158           "name": "ProjectionView",
159           "source_files": "Sources/Customized/ProjectionView/*.swift"
160         },
161         {
162           "name": "ShadowView",
163           "source_files": "Sources/Customized/ShadowView/*.swift"
164         }
165       ]
166     }
167   ],
168   "swift_version": "5.0"