2 "name": "KJCategories",
4 "summary": "Common categories for daily development. Such as UIKit, Foundation, etc.",
5 "homepage": "https://github.com/yangKJ/KJCategories",
11 "yangkejun": "ykj310@126.com"
14 "git": "https://github.com/yangKJ/KJCategories.git",
20 "swift_versions": "5.0",
22 "static_framework": true,
27 "default_subspecs": "Core",
29 "source_files": "Sources/KJCategories.h"
34 "source_files": "Sources/Core/*.h",
38 "source_files": "Sources/Core/UIKit/**/*.{h,m}"
42 "source_files": "Sources/Core/Foundation/**/*.{h,m}"
47 "name": "KitExtension",
48 "source_files": "Sources/UIKit/*.h",
51 "name": "UIBezierPath",
52 "source_files": "Sources/UIKit/UIBezierPath/*.{h,m}"
56 "source_files": "Sources/UIKit/UIButton/*.{h,m}"
59 "name": "UICollectionView",
60 "source_files": "Sources/UIKit/UICollectionView/*.{h,m}"
64 "source_files": "Sources/UIKit/UIColor/*.{h,m}"
68 "source_files": "Sources/UIKit/UIDevice/*.{h,m}"
72 "source_files": "Sources/UIKit/UIImage/*.{h,m}"
76 "source_files": "Sources/UIKit/UILabel/*.{h,m}"
79 "name": "UINavigation",
80 "source_files": "Sources/UIKit/UINavigation/*.{h,m}"
83 "name": "UIResponder",
84 "source_files": "Sources/UIKit/UIResponder/*.{h,m}"
88 "source_files": "Sources/UIKit/UISlider/*.{h,m}"
92 "source_files": "Sources/UIKit/UITabBar/*.{h,m}"
96 "source_files": "Sources/UIKit/UITextView/*.{h,m}"
100 "source_files": "Sources/UIKit/UIView/*.{h,m}"
103 "name": "UIViewController",
104 "source_files": "Sources/UIKit/UIViewController/*.{h,m}"
109 "name": "Foundation",
110 "source_files": "Sources/Foundation/*.h",
114 "source_files": "Sources/Foundation/NSArray/*.{h,m}"
118 "source_files": "Sources/Foundation/NSData/*.{h,m}"
122 "source_files": "Sources/Foundation/NSDate/*.{h,m}"
125 "name": "NSDictionary",
126 "source_files": "Sources/Foundation/NSDictionary/*.{h,m}"
130 "source_files": "Sources/Foundation/NSNumber/*.{h,m}"
134 "source_files": "Sources/Foundation/NSObject/*.{h,m}"
138 "source_files": "Sources/Foundation/NSString/*.{h,m}"
142 "source_files": "Sources/Foundation/NSTimer/*.{h,m}"
147 "name": "Customized",
150 "name": "GradientSlider",
151 "source_files": "Sources/Customized/GradientSlider/*.{h,m}"
154 "name": "EmitterAnimation",
155 "source_files": "Sources/Customized/EmitterAnimation/*.{h,m}"
158 "name": "ProjectionView",
159 "source_files": "Sources/Customized/ProjectionView/*.swift"
162 "name": "ShadowView",
163 "source_files": "Sources/Customized/ShadowView/*.swift"
168 "swift_version": "5.0"