[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 8 / KJCategories / 1.0.4 / KJCategories.podspec.json
blob6e47f2066e2f35b3d33525e2c241b602804c1e33
2   "name": "KJCategories",
3   "version": "1.0.4",
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.4"
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": "UIScrollView",
103           "source_files": "Sources/UIKit/UIScrollView/*.{h,m}",
104           "dependencies": {
105             "DZNEmptyDataSet": [
107             ]
108           }
109         },
110         {
111           "name": "UISlider",
112           "source_files": "Sources/UIKit/UISlider/*.{h,m}"
113         },
114         {
115           "name": "UITabBar",
116           "source_files": "Sources/UIKit/UITabBar/*.{h,m}"
117         },
118         {
119           "name": "UITextView",
120           "source_files": "Sources/UIKit/UITextView/*.{h,m}"
121         },
122         {
123           "name": "UIView",
124           "source_files": "Sources/UIKit/UIView/*.{h,m}"
125         },
126         {
127           "name": "UIViewController",
128           "source_files": "Sources/UIKit/UIViewController/*.{h,m}"
129         }
130       ]
131     },
132     {
133       "name": "Foundation",
134       "source_files": "Sources/Foundation/KJFoundationHeader.h",
135       "subspecs": [
136         {
137           "name": "NSArray",
138           "source_files": "Sources/Foundation/NSArray/*.{h,m}"
139         },
140         {
141           "name": "NSData",
142           "source_files": "Sources/Foundation/NSData/*.{h,m}"
143         },
144         {
145           "name": "NSDate",
146           "source_files": "Sources/Foundation/NSDate/*.{h,m}"
147         },
148         {
149           "name": "NSDictionary",
150           "source_files": "Sources/Foundation/NSDictionary/*.{h,m}"
151         },
152         {
153           "name": "NSNumber",
154           "source_files": "Sources/Foundation/NSNumber/*.{h,m}"
155         },
156         {
157           "name": "NSObject",
158           "source_files": "Sources/Foundation/NSObject/*.{h,m}"
159         },
160         {
161           "name": "NSString",
162           "source_files": "Sources/Foundation/NSString/*.{h,m}"
163         },
164         {
165           "name": "NSTimer",
166           "source_files": "Sources/Foundation/NSTimer/*.{h,m}"
167         }
168       ]
169     },
170     {
171       "name": "Customized",
172       "source_files": "Sources/Customized/KJCustomizedHeader.h",
173       "subspecs": [
174         {
175           "name": "GradientSlider",
176           "source_files": "Sources/Customized/GradientSlider/*.{h,m}"
177         },
178         {
179           "name": "EmitterAnimation",
180           "source_files": "Sources/Customized/EmitterAnimation/*.{h,m}"
181         },
182         {
183           "name": "ProjectionView",
184           "source_files": "Sources/Customized/ProjectionView/*.swift"
185         },
186         {
187           "name": "ShadowView",
188           "source_files": "Sources/Customized/ShadowView/*.swift"
189         }
190       ]
191     }
192   ],
193   "swift_version": "5.0"