[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / d / 2 / 0 / WavelyKanzhunLibForDev / 0.0.8 / WavelyKanzhunLibForDev.podspec.json
blob48bde242fc68e44fe5af729514b6e54bed3ef74c
2   "name": "WavelyKanzhunLibForDev",
3   "version": "0.0.8",
4   "summary": "This is a pods containing kanzhun private libraries",
5   "homepage": "https://github.com/Wavely-California/wavely-iOS-kanzhunLib.git",
6   "authors": {
7     "yixiong": "yixiong@kanzhun.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "git@github.com:Wavely-California/wavely-iOS-kanzhunLib.git",
15     "tag": "0.0.8"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "xcconfig": {
21     "VALID_ARCHS": "arm64 x86_64",
22     "ENABLE_BITCODE": "NO"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "subspecs": [
33     {
34       "name": "KZPhotoBrowser",
35       "resource_bundles": {
36         "KZPhotoBrowser": [
37           "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/Resources/*"
38         ]
39       },
40       "source_files": [
41         "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/KZPhotoBrowserUtilities/**/*.{h,m}",
42         "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/KZImagePreview/**/*.{h,m}",
43         "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/KZPhotoPicker/**/*.{h,m}"
44       ],
45       "frameworks": "PhotosUI"
46     },
47     {
48       "name": "KZTools",
49       "resources": "kanzhunLib/kztools/kztools/resources/*",
50       "vendored_libraries": [
51         "kanzhunLib/kztools/kztools/Tools/Audio/opencore-amrnb/libopencore-amrnb.a",
52         "kanzhunLib/kztools/kztools/Tools/Audio/opencore-mp3/libmp3lame.a"
53       ],
54       "source_files": [
55         "kanzhunLib/kztools/kztools/Tools/*.{h,m}",
56         "kanzhunLib/kztools/kztools/Tools/Audio/**/*.{h,m}",
57         "kanzhunLib/kztools/kztools/Tools/PrivacyBase/**/*.{h,m}",
58         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeNetwork.{h,m}",
59         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeNotification.{h,m}",
60         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeCamera.{h,m}",
61         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypePhotoLibrary.{h,m}",
62         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeMicrophone.{h,m}",
63         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeLocation.{h,m}",
64         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeCalendar.{h,m}",
65         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeAppTracking.{h,m}"
66       ]
67     },
68     {
69       "name": "KZAlert",
70       "source_files": [
71         "kanzhunLib/kzalert/KZAlert/KZAlert.h",
72         "kanzhunLib/kzalert/KZAlert/KZSystemAlert/**/*.{h,m}"
73       ]
74     },
75     {
76       "name": "KZExtensions",
77       "source_files": "kanzhunLib/kzextensions/KZExtensions/Extensions/*.{h,m}"
78     },
79     {
80       "name": "KZLogger",
81       "source_files": "kanzhunLib/kzlogger/KZLogger/Logger/*.{h,mm,cc}",
82       "vendored_frameworks": "kanzhunLib/kzlogger/KZLogger/mars.framework",
83       "frameworks": [
84         "CoreTelephony",
85         "Foundation",
86         "SystemConfiguration"
87       ],
88       "libraries": "z"
89     },
90     {
91       "name": "KZMarkdownView",
92       "source_files": "kanzhunLib/kzmarkdown/KZMarkdownView/Classes/**/*",
93       "vendored_frameworks": [
94         "kanzhunLib/kzmarkdown/KZMarkdownView/CommonMark.framework"
95       ],
96       "dependencies": {
97         "WavelyKanzhunLibForDev/KZSeniorLabel": [
99         ],
100         "WavelyKanzhunLibForDev/KZWebImage": [
102         ]
103       }
104     },
105     {
106       "name": "KZSeniorLabel",
107       "source_files": "kanzhunLib/kzseniorlabel/YPSeniorLabel/YPSeniorLabel/**/*.{h,m}",
108       "frameworks": [
109         "Foundation",
110         "CoreText",
111         "UIKit"
112       ],
113       "dependencies": {
114         "WavelyKanzhunLibForDev/KZMenuController": [
116         ],
117         "WavelyKanzhunLibForDev/KZWebImage": [
119         ]
120       }
121     },
122     {
123       "name": "KZWebImage",
124       "source_files": "kanzhunLib/kzwebimage/YPWebImage/YPWebImage/**/*.{h,m}",
125       "vendored_frameworks": "kanzhunLib/kzwebimage/YPWebImage/WebP/WebP.framework",
126       "frameworks": [
127         "Foundation",
128         "CoreServices",
129         "UIKit",
130         "CoreGraphics",
131         "Accelerate",
132         "ImageIO",
133         "QuartzCore"
134       ]
135     },
136     {
137       "name": "KZMenuController",
138       "source_files": "kanzhunLib/kzmenucontroller/YPMenuController/Classes/**/*"
139     },
140     {
141       "name": "KZStoreManager",
142       "source_files": "kanzhunLib/kzstoremanager/StoreManager/*.{h,m}",
143       "dependencies": {
144         "MMKV": [
145           "1.0.22"
146         ]
147       }
148     },
149     {
150       "name": "KZModelCast",
151       "source_files": "kanzhunLib/kzmodelcast/KZModelCast/ModelCast/*.{h,m}"
152     },
153     {
154       "name": "KZURLCache",
155       "source_files": "kanzhunLib/kzurlcache/KZURLCache/KZURLCache/**/*.{h,m}",
156       "dependencies": {
157         "AFNetworking/NSURLSession": [
159         ]
160       }
161     },
162     {
163       "name": "KZMqttSDK",
164       "source_files": "kanzhunLib/kzmqttsdk/KZMqttSDK/MqttSDK/*.{h,m}"
165     },
166     {
167       "name": "KZMenuAssistor",
168       "source_files": "kanzhunLib/kzmenuassistor/KZMenuAssistor/KZMenuAssistor/**/*.{h,m}",
169       "resource_bundles": {
170         "KZMenuAssistorResourceBundle": [
171           "kanzhunLib/kzmenuassistor/KZMenuAssistor/KZMenuAssistor/**/*.{xib,png,html,css,js,svg}"
172         ]
173       },
174       "dependencies": {
175         "WavelyKanzhunLibForDev/KZMenuController": [
177         ],
178         "WavelyKanzhunLibForDev/KZPerformanceWolf": [
180         ]
181       }
182     },
183     {
184       "name": "KZPerformanceWolf",
185       "source_files": "kanzhunLib/kzperformancewolf/KZPerformanceWolf/Classes/**/*",
186       "libraries": "c++"
187     },
188     {
189       "name": "KZLeaksFinder",
190       "source_files": "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/**/*.{h,m}",
191       "requires_arc": [
192         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksAspect.h",
193         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksAspect.m",
194         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksFinder+Category.h",
195         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksFinder+Category.m",
196         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksFinder.h",
197         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksFinder.m",
198         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksProxy.h",
199         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/KZLeaksProxy.m",
200         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/NSObject+KZLeaksFinder.h",
201         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/LeaksFinder/NSObject+KZLeaksFinder.m",
202         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCBlockElement.h",
203         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCBlockElement.m",
204         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCGraphElement.h",
205         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCGraphElement.m",
206         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCNSCFTimerElement.h",
207         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCNSCFTimerElement.m",
208         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCObjectElement.h",
209         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Element/KZObjectiveCObjectElement.m",
210         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/KZNodeEnumerator.h",
211         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/KZNodeEnumerator.m",
212         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/KZRetainDetector.h",
213         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/KZRetainDetector.m",
214         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/KZRetaionDetectorConfiger.h",
215         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/KZRetaionDetectorConfiger.m",
216         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Layout/KZClassStrongLayout.h",
217         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Layout/KZClassStrongLayout.m",
218         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Reference/KZIvarReference.h",
219         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Reference/KZIvarReference.m",
220         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Reference/KZObjectInStructReference.h",
221         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Reference/KZObjectInStructReference.m",
222         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Reference/KZObjectReference.h",
223         "kanzhunLib/kzleaksfinder/KZLeaksFinder/KZLeaksFinder/RetainDetector/Reference/KZObjectReference.m"
224       ]
225     }
226   ]