[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 8 / KJCategories / 1.0.5 / KJCategories.podspec.json
blob25a326605f48eb463af33b19531f7c07b3398f65
2   "name": "KJCategories",
3   "version": "1.0.5",
4   "summary": "🎸🎸🎸 Common categories for daily development. Such as UIKit, Foundation, OpenCV and more.",
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.5"
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/KJCoreHeader.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": "Opencv",
48       "source_files": "Sources/Opencv/**/*.{h,mm}",
49       "dependencies": {
50         "OpenCV": [
51           "~> 4.1.0"
52         ]
53       },
54       "pod_target_xcconfig": {
55         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
56       },
57       "user_target_xcconfig": {
58         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59       }
60     },
61     {
62       "name": "UIKit",
63       "source_files": "Sources/UIKit/KJUIKitHeader.h",
64       "subspecs": [
65         {
66           "name": "UIBezierPath",
67           "source_files": "Sources/UIKit/UIBezierPath/*.{h,m}"
68         },
69         {
70           "name": "UIButton",
71           "source_files": "Sources/UIKit/UIButton/*.{h,m}"
72         },
73         {
74           "name": "UICollectionView",
75           "source_files": "Sources/UIKit/UICollectionView/*.{h,m}"
76         },
77         {
78           "name": "UIColor",
79           "source_files": "Sources/UIKit/UIColor/*.{h,m}"
80         },
81         {
82           "name": "UIDevice",
83           "source_files": "Sources/UIKit/UIDevice/*.{h,m}"
84         },
85         {
86           "name": "UIImage",
87           "source_files": "Sources/UIKit/UIImage/*.{h,m}"
88         },
89         {
90           "name": "UILabel",
91           "source_files": "Sources/UIKit/UILabel/*.{h,m}"
92         },
93         {
94           "name": "UINavigation",
95           "source_files": "Sources/UIKit/UINavigation/*.{h,m}"
96         },
97         {
98           "name": "UIResponder",
99           "source_files": "Sources/UIKit/UIResponder/*.{h,m}"
100         },
101         {
102           "name": "UISlider",
103           "source_files": "Sources/UIKit/UISlider/*.{h,m}"
104         },
105         {
106           "name": "UITabBar",
107           "source_files": "Sources/UIKit/UITabBar/*.{h,m}"
108         },
109         {
110           "name": "UITextView",
111           "source_files": "Sources/UIKit/UITextView/*.{h,m}"
112         },
113         {
114           "name": "UIView",
115           "source_files": "Sources/UIKit/UIView/*.{h,m}"
116         },
117         {
118           "name": "UIViewController",
119           "source_files": "Sources/UIKit/UIViewController/*.{h,m}"
120         }
121       ]
122     },
123     {
124       "name": "Foundation",
125       "source_files": "Sources/Foundation/KJFoundationHeader.h",
126       "subspecs": [
127         {
128           "name": "NSArray",
129           "source_files": "Sources/Foundation/NSArray/*.{h,m}"
130         },
131         {
132           "name": "NSData",
133           "source_files": "Sources/Foundation/NSData/*.{h,m}"
134         },
135         {
136           "name": "NSDate",
137           "source_files": "Sources/Foundation/NSDate/*.{h,m}"
138         },
139         {
140           "name": "NSDictionary",
141           "source_files": "Sources/Foundation/NSDictionary/*.{h,m}"
142         },
143         {
144           "name": "NSNumber",
145           "source_files": "Sources/Foundation/NSNumber/*.{h,m}"
146         },
147         {
148           "name": "NSObject",
149           "source_files": "Sources/Foundation/NSObject/*.{h,m}"
150         },
151         {
152           "name": "NSString",
153           "source_files": "Sources/Foundation/NSString/*.{h,m}"
154         },
155         {
156           "name": "NSTimer",
157           "source_files": "Sources/Foundation/NSTimer/*.{h,m}"
158         }
159       ]
160     },
161     {
162       "name": "Customized",
163       "source_files": "Sources/Customized/KJCustomizedHeader.h",
164       "subspecs": [
165         {
166           "name": "GradientSlider",
167           "source_files": "Sources/Customized/GradientSlider/*.{h,m}"
168         },
169         {
170           "name": "EmitterAnimation",
171           "source_files": "Sources/Customized/EmitterAnimation/*.{h,m}"
172         },
173         {
174           "name": "ProjectionView",
175           "source_files": "Sources/Customized/ProjectionView/*.swift"
176         },
177         {
178           "name": "ShadowView",
179           "source_files": "Sources/Customized/ShadowView/*.swift"
180         }
181       ]
182     }
183   ],
184   "swift_version": "5.0"